From 38a137567c7117f4dc091b1bcf2c7879d00fb948 Mon Sep 17 00:00:00 2001 From: Kerem YILDAN <74204161+dcyaner@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:35:18 +0300 Subject: [PATCH] Add popular open source community: PrimeReact #5144 --- beta/src/content/learn/your-first-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/learn/your-first-component.md b/beta/src/content/learn/your-first-component.md index df1591f7eed..c5a301db5ae 100644 --- a/beta/src/content/learn/your-first-component.md +++ b/beta/src/content/learn/your-first-component.md @@ -51,7 +51,7 @@ Just like with HTML tags, you can compose, order and nest components to design w ``` -As your project grows, you will notice that many of your designs can be composed by reusing components you already wrote, speeding up your development. Our table of contents above could be added to any screen with ``! You can even jumpstart your project with the thousands of components shared by the React open source community like [Chakra UI](https://chakra-ui.com/) and [Material UI.](https://material-ui.com/) +As your project grows, you will notice that many of your designs can be composed by reusing components you already wrote, speeding up your development. Our table of contents above could be added to any screen with ``! You can even jumpstart your project with the thousands of components shared by the React open source community like [PrimeReact](https://www.primefaces.org/primereact/),[Chakra UI](https://chakra-ui.com/) and [Material UI.](https://material-ui.com/) ## Defining a component {/*defining-a-component*/}