🌐
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.
🌐
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
🌐
PrimeFaces
primefaces.org › primereact-v8 › setup
PrimeReact | React UI Component Library
PrimeReact provides a Locale API to support i18n and l7n, visit the Locale documentation for more information. An example application based on create-react-app is available at github.
🌐
npm
npmjs.com › package › primereact
primereact - npm
August 15, 2025 - See PrimeReact homepage for live showcase and documentation.
      » npm install primereact
    
Published   Aug 15, 2025
Version   10.9.7
Author   PrimeTek Informatics
🌐
GitHub
github.com › primefaces › primereact-quickstart
GitHub - primefaces/primereact-quickstart
Contribute to primefaces/primereact-quickstart development by creating an account on GitHub.
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%
🌐
Made with React.js
madewithreactjs.com › primereact
PrimeReact - UI Component Library - Made with React.js
August 15, 2023 - "PrimeReact is a UI library for React featuring a rich set of 80+ components, a theme designer, 400+ ready-to-use UI blocks, various theme alternatives, premium create-react-app templates and professional support.
Find elsewhere
🌐
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
🌐
PrimeFaces
primefaces.org › category › primereact
PrimeReact – PrimeFaces
December 11, 2023 - Sakai is a free admin template from PrimeReact whose name is inspired by the legendary Ghost of Tsushima game. Sakai was implemented as a create-react-app template and with v8 we've reimplemented it as a NextJS template.
🌐
Best of JS
bestofjs.org › projects › primereact
Best of JS • PrimeReact
Trends and data about PrimeReact project. PrimeReact is a rich set of open source native components for React.
🌐
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;
🌐
CodeSandbox
codesandbox.io › s › primefaces-primereact-examples-rhj4w
primefaces/primereact-examples - CodeSandbox
April 26, 2022 - The online code editor tailored for web applications
Published   Dec 06, 2021
🌐
GitHub
github.com › primefaces › primereact-typescript-quickstart
GitHub - primefaces/primereact-typescript-quickstart: Quickstart Application for PrimeReact with Typescript
Quickstart Application for PrimeReact with Typescript - primefaces/primereact-typescript-quickstart
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