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*/}