GitHub
github.com › primefaces › primereact-examples
GitHub - primefaces/primereact-examples: PrimeReact Example Projects
PrimeReact team has created various samples to get you started.
Starred by 142 users
Forked by 103 users
Languages TypeScript 52.3% | JavaScript 22.3% | CSS 19.8% | HTML 4.6% | Astro 1.0% | TypeScript 52.3% | JavaScript 22.3% | CSS 19.8% | HTML 4.6% | Astro 1.0%
CodeSandbox
codesandbox.io › examples › package › primereact
primereact examples - CodeSandbox
Use this online primereact playground to view and fork primereact example apps and templates on CodeSandbox.
Videos
09:04
Create your own PrimeReact Themes - YouTube
14:45
Scoped CSS with PrimeReact - YouTube
Getting Started with PrimeReact
22:07
Theming with PrimeReact CSS Variables - YouTube
18:49
PrimeReact in React.js - YouTube
22:12
PrimeReact: UI Component Library for React - talk.JS - YouTube
PrimeReact
primereact.org
PrimeReact | React UI Component Library
The ultimate collection of design-agnostic, flexible and accessible React UI Components.
GitHub
github.com › primefaces › primereact
GitHub - primefaces/primereact: The Most Complete React UI Component Library · GitHub
Unstyled mode is disabled by default for all components. Using the PrimeReact context, set unstyled as true to enable it globally. Visit the Unstyled mode documentation for more information and examples.
Starred by 8.3K users
Forked by 1.2K users
Languages CSS 59.8% | JavaScript 39.7% | SCSS 0.5%
GitHub
github.com › primefaces › primereact-examples › blob › main › README.md
primereact-examples/README.md at main · primefaces/primereact-examples
PrimeReact Example Projects. Contribute to primefaces/primereact-examples development by creating an account on GitHub.
Author primefaces
npm
npmjs.com › package › primereact
primereact - npm
» npm install primereact
Published Aug 15, 2025
Version 10.9.7
Author PrimeTek Informatics
Repository https://github.com/primefaces/primereact
Homepage https://www.primereact.org
GitHub
github.com › primefaces › primereact-quickstart
GitHub - primefaces/primereact-quickstart
Starred by 104 users
Forked by 43 users
Languages CSS 63.2% | TypeScript 36.3% | JavaScript 0.5% | CSS 63.2% | TypeScript 36.3% | JavaScript 0.5%
GitHub
github.com › primefaces › primereact-examples › activity
Activity · primefaces/primereact-examples
PrimeReact Example Projects. Contribute to primefaces/primereact-examples development by creating an account on GitHub.
Author primefaces
Scaler
scaler.com › home › topics › react › how to use primereact in react applications?
How to Use PrimeReact in React Applications? - Scaler Topics
May 4, 2023 - To use Prime React and its different features, CSS files are to be imported inside the App.js file. For example to import Prime Flex CSS, write the below code inside App.js.
PrimeFaces
primefaces.org › primereact-v7
PrimeReact
PrimeReact is a collection of rich UI components for React.
Medium
amirmustafaofficial.medium.com › prime-react-with-javascript-c969395f14d9
Prime React with Javascript. Introduction: | by Amir Mustafa | Medium
December 28, 2022 - import "./App.css"; import { Button } from "primereact/button"; const App = () => { return ( <div className="App"> <h2>App Component</h2> <Button label="Click" icon="pi pi-check" /> <Button label="Primary" /> <Button label="Secondary" className="p-button-secondary" /> <Button label="Success" className="p-button-success" /> <Button label="Info" className="p-button-info" /> <Button label="Warning" className="p-button-warning" /> <Button label="Danger" className="p-button-danger" /> </div> ); }; export default App;
GitHub
github.com › primefaces › primereact-typescript-quickstart
GitHub - primefaces/primereact-typescript-quickstart: Quickstart Application for PrimeReact with Typescript
Starred by 36 users
Forked by 14 users
Languages TypeScript 85.5% | CSS 10.4% | HTML 4.1% | TypeScript 85.5% | CSS 10.4% | HTML 4.1%
GitHub
github.com › Timonwa › primereact-datatable
GitHub - Timonwa/primereact-datatable: Build a beautiful, customized data table with PrimeReact. · GitHub
This is the code example for my article on Build a beautiful, customized data table with PrimeReact for LogRocket.
Author Timonwa