You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
freeCodeCamp's component library is a collection of reusable React components that can be used in your projects. The components are built with accessibility in mind and are designed to be easy to use and customize.
5
+
6
+
## Installation
7
+
To install the component library, run the following command:
8
+
```bash
9
+
pnpm install @freecodecamp/ui
10
+
```
11
+
12
+
## Docs
13
+
To see the components in action, check out the [Storybook](https://freecodecamp.github.io/ui/).
0 commit comments