![]() |
Evergreen is the React UI framework. Evergreen is a design system for building awesome products on the web. It contains a set of React components that works out of the box, built on top of React UI primitive for endless composability. It provides a flexible framework and lots of visual design. Evergreen is an open-source tool with 11.5k GitHub stars and 760 GitHub forks. ![]() Tenet of Evergreen
Prerequisites
Using EvergreenStep 1: Primarily, we have to create a React app by following command: npx create-react-app appname Step 2: Change folder to appname by command cd appname Project Structure: The folder structure now looks like this: ![]() Installation: Evergreen is made up of multiple components and tools, which you can import one by one. It can be installed with NPM or Yarn using the following command. npm i evergreen-ui Once Evergreen is installed as a dependency in your project, you can import it as: import { Button } from 'evergreen-ui' Then you can use these components like:
Step to Run the Application: Run the app by command npm start Output: ![]() ReactJS Evergreen Features of Evergreen
|
Reffered: https://www.geeksforgeeks.org
ReactJS |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 18 |