We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe76308 commit 2c6760cCopy full SHA for 2c6760c
CONTRIBUTING.md
@@ -7,6 +7,7 @@ Rokkit is a monorepo using [pnpm workspaces](https://pnpm.io/workspaces) for eas
7
| Package |
8
| ------------------------------- |
9
| [core](packages/core) |
10
+| [data](packages/data) |
11
| [actions](packages/actions) |
12
| [stores](packages/stores) |
13
| [atoms](packages/atoms) |
README.md
@@ -26,6 +26,7 @@ Components have been separated into the following packages. Refer to the package
26
- [@rokkit/molecules](packages/molecules)
27
- [@rokkit/organisms](packages/organisms)
28
- [@rokkit/layout](packages/layout)
29
+- [@rokkit/chart](packages/chart)
30
- [@rokkit/icons](packages/icons)
31
- [@rokkit/themes](packages/themes)
32
- [@rokkit/ui](packages/ui)
0 commit comments