Primereact

The Most Complete React UI Component Library
Alternatives To Primereact
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nextui15,895612 days ago263August 01, 202382mitTypeScript
🚀 Beautiful, fast and modern React UI library.
Semantic Ui React13,0888,4651,234a month ago155February 28, 2023192mitJavaScript
The official Semantic-UI-React integration
Evergreen12,2247510114 days ago267June 21, 202372mitJavaScript
🌲 Evergreen React UI Framework by Segment
Primitives11,934698 days ago34June 05, 2023298mitTypeScript
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
React Spectrum9,54114233a day ago507August 04, 2023529apache-2.0TypeScript
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Fast8,610842 days ago78June 16, 2023387otherTypeScript
The adaptive interface system for modern web experiences.
Baseweb8,44522782 days ago969August 01, 2023198mitTypeScript
A React Component library implementing the Base design language
React955,995355 months ago95November 13, 202239mitTypeScript
🌈🕹 Windows 95 style UI component library for React
Polaris5,45712978a day ago1,330August 08, 2023578otherTypeScript
Shopify’s design system to help us work together to build a great experience for all of our merchants.
Primereact4,580164257a day ago128August 01, 2023244mitCSS
The Most Complete React UI Component Library
Alternatives To Primereact
Select To Compare


Alternative Project Comparisons
Readme

License: MIT npm version primereact Actions CI Discord Chat Stackoverflow Prime Discussions

PrimeReact Hero

PrimeReact

PrimeReact is available at npm.

Download

PrimeReact is available at npm, if you have an existing application run the following command to download it to your project.

// with npm
npm install primereact

// with yarn
yarn add primereact

Please note that react >= 17.0.0 and react-dom >= 17.0.0 are peer dependencies and some components have optional dependencies.

Styles

Theme is the necessary css file of the components, visit the Themes section for the complete list of available themes to choose from.

//theme
import 'primereact/resources/themes/lara-light-indigo/theme.css';

Each PrimeReact theme has its own font family so it is suggested to apply it to your application for a unified look.

body {
    font-family: var(--font-family);
}

Usage

Each component can be imported individually so that you only bundle what you use. Import path is available in the documentation of the corresponding component.

Module

//import { ComponentName } from 'primereact/{componentname}';
import { Dialog } from 'primereact/dialog';
import { Accordion, AccordionTab } from 'primereact/accordion';

QuickStart

Example applications based on create-react-app and Next.js are available at github.

Next.js PrimeReact has first class support for SSR and Next.JS, in fact this website is also built with Next.js

Getting Started with NextJS and PrimeReact

CRA Create-React-App is the official scaffolding project by Facebook

Getting Started with PrimeReact

TypeScript

Typescript is fully supported as type definition files are provided in the npm package of PrimeReact. A sample typescript-primereact application is available as well at github.

Contributors

Popular Component Library Projects
Popular Reactjs Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Reactjs
Css
Bootstrap
Material
Chart
Grid
React Components
Flex
Datatables
Component Library