Skip to content

Commit c9c5ff9

Browse files
authored
feat: add README.md (#32)
1 parent 1fe2aea commit c9c5ff9

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
> freeCodeCamp's UI Component Library
1+
<img src="https://cdn.freecodecamp.org/platform/universal/fcc_banner_new.png" alt="freeCodeCamp banner">
2+
3+
4+
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

Comments
 (0)