🎨
UI Component400K+/wkMIT

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
npm install primereact
yarn
yarn add primereact
pnpm
pnpm add primereact

Import

ESM
import { Button } from 'primereact/button';

Quick Example

usage
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

Packageprimereact
CategoryUI Component
Weekly Downloads400K+
LicenseMIT
Installnpm install primereact

Related Packages

Browse npm Packages by Category

Explore our reference of 200 popular npm packages with install commands, examples, and quick-start guides.