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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
-
# AV1 Components
1
+
# AV1-C
2
2
3
-
AV1 Components is a library of UI components for building AV1 products and related projects. It is built with Tailwind CSS and React.
3
+
AV1-C is a library of React UI components for building AV1 products and related projects.
4
4
5
5
## Usage
6
6
7
7
```tsx
8
8
import { CodeEditor } from"av1-c";
9
9
```
10
10
11
+
...
12
+
13
+
see the [docs](https://av1-c.up.railway.app/) for more information.
14
+
11
15
## Contributing
12
16
13
17
This project follows the [Conventional Commits](https://www.conventionalcommits.org/) specification for commit messages. Please format your commit messages accordingly:
0 commit comments