primereact
PrimeReact is a rich set of open-source UI components for React, part of the PrimeTek family of UI libraries (which also includes PrimeVue, PrimeNG, and PrimeFa…
Installation
npm install primereact
yarn add primereact
pnpm add primereact
Import
import { Button } from 'primereact/button';Quick Example
import { Button } from 'primereact/button';
import { InputText } from 'primereact/inputtext';
import { Card } from 'primereact/card';
function App() {
return (
<Card title="Welcome">
<InputText placeholder="Enter name" className="mr-2" />
<Button label="Submit" icon="pi pi-check" />
</Card>
);
}About primereact
PrimeReact is a rich set of open-source UI components for React, part of the PrimeTek family of UI libraries (which also includes PrimeVue, PrimeNG, and PrimeFaces). PrimeReact provides over 90 components covering forms, data display, panels, overlays, menus, charts, messages, multimedia, and miscellaneous UI patterns. The library excels in data-intensive enterprise applications with components like DataTable (sorting, filtering, pagination, row editing, column reordering, virtual scrolling, export), TreeTable, PickList, OrderList, and OrganizationChart. PrimeReact includes a powerful theming system with designer API for creating custom themes, and ships with Material, Bootstrap, Tailwind, and several other pre-built theme options. The component API follows consistent patterns with comprehensive prop definitions, events, and styling options. PrimeReact provides blocks (PrimeBlocks) — pre-designed page sections and templates — for rapid application development. The library supports accessibility through keyboard navigation and ARIA attributes across all components. PrimeReact is particularly popular in enterprise environments where the breadth of available components reduces the need for assembling components from multiple libraries.
Quick Facts
| Package | primereact |
| Category | UI Component |
| Weekly Downloads | 400K+ |
| License | MIT |
| Install | npm install primereact |
Related Packages
Ant Design is an enterprise-class UI design language and React component library created by Ant Grou…
Material UI (MUI) is the most popular React UI component library, implementing Google's Material Des…
React is the most popular JavaScript library for building user interfaces, developed and maintained …
Chakra UI is an accessible, modular React component library that provides a set of composable buildi…
Browse npm Packages by Category
Explore our reference of 200 popular npm packages with install commands, examples, and quick-start guides.