Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 8db7b94

Browse files
update readme
1 parent 164f1ae commit 8db7b94

1 file changed

Lines changed: 14 additions & 53 deletions

File tree

README.md

Lines changed: 14 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,27 @@
1-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2-
[![npm version](https://badge.fury.io/js/primereact.svg)](https://badge.fury.io/js/primereact)
3-
![NPM Downloads](https://img.shields.io/npm/dm/primereact?color=purple)
4-
[![Actions CI](https://github.com/primefaces/primereact/workflows/NodeJS%20CI/badge.svg)](https://github.com/primefaces/primereact/actions/workflows/node.js.yml)
5-
[![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da&label=chat&logo=discord)](https://discord.gg/gzKFYnpmCY)
6-
[![Stackoverflow](https://img.shields.io/badge/StackOverflow-primereact-chocolate.svg)](https://stackoverflow.com/questions/tagged/primereact)
7-
[![Prime Discussions](https://img.shields.io/github/discussions-search?query=org%3Aprimefaces&logo=github&label=Prime%20Discussions&link=https%3A%2F%2Fgithub.com%2Forgs%2Fprimefaces%2Fdiscussions)](https://github.com/orgs/primefaces/discussions)
8-
9-
[![PrimeReact Hero](https://www.primefaces.org/static/social/primereact-preview.jpg)](https://www.primereact.org)
10-
111
# PrimeReact
122

13-
PrimeReact is a rich set of open source UI Components for React. See [PrimeReact homepage](https://primereact.org/) for live showcase and documentation.
14-
15-
## Download
16-
17-
PrimeReact is available at [npm](https://www.npmjs.com/package/primereact).
18-
19-
```
20-
# Using npm
21-
npm install primereact
22-
23-
# Using yarn
24-
yarn add primereact
25-
26-
# Using pnpm
27-
pnpm add primereact
28-
```
29-
30-
## Import
31-
32-
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.
3+
### The next chapter has begun.
334

34-
```javascript
35-
//import { ComponentName } from 'primereact/{componentname}';
36-
import { Button } from 'primereact/button';
5+
After years as an open source library, PrimeReact enters its next chapter as part of **PrimeUI**, a sustainable foundation for the libraries you rely on.
376

38-
export default function MyComponent() {
39-
return (
40-
<Button label="PrimeReact" />
41-
)
42-
}
43-
```
7+
This repository is now **archived**. It remains available, as a record of everything built here together.
448

45-
## Theming
9+
## What this means
4610

47-
PrimeReact has two theming modes; styled or unstyled.
11+
**Existing MIT versions remain MIT, forever.**
12+
Every release published under the MIT license stays exactly as it is. Your existing projects are unaffected. Nothing is taken away.
4813

49-
**Styled Mode**
14+
**Development continues at a new home.**
15+
Active development, new releases, and everything ahead now live under PrimeUI.
5016

51-
Styled mode is based on pre-skinned components with opinionated themes like Material, Bootstrap or PrimeOne themes. Theme is the required css file to be imported, visit the [Themes](https://primereact.org/theming) section for the complete list of available themes to choose from.
17+
➡️ **Read the announcement:** [primeui.dev/nextchapter](https://primeui.dev/nextchapter)
5218

53-
```javascript
54-
// theme
55-
import 'primereact/resources/themes/lara-light-cyan/theme.css';
56-
```
19+
➡️ **The journey continues at:** [primereact.dev](https://primereact.dev)
5720

58-
**Unstyled Mode**
21+
## Thank you
5922

60-
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](https://primereact.org/unstyled) documentation for more information and examples.
23+
To everyone who used PrimeReact, filed an issue, opened a pull request, answered a question, or simply built something with it, thank you. This library reached hundreds of millions of downloads because of you.
6124

62-
## Contributors
25+
This archive stays here as a thank you and a milestone. The next chapter is just beginning, and we hope you'll be part of it.
6326

64-
<a href="https://github.com/primefaces/primereact/graphs/contributors">
65-
<img src="https://contrib.rocks/image?repo=primefaces/primereact" />
66-
</a>
27+
— The PrimeTek Team

0 commit comments

Comments
 (0)