Skip to content

Commit 8ea3e4b

Browse files
authored
chore(cli): update README with instructions to add Radix colors (#528)
Added instructions for using the `add` command to add Radix colors.
1 parent 4576f79 commit 8ea3e4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/cli/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Add all available components:
3232
npx park-ui add --all
3333
```
3434

35+
You can also add more Radix colors this way
36+
37+
```bash
38+
npx park-ui add iris jade crimson
39+
```
40+
3541
### Debug Configuration
3642

3743
View your current Park UI configuration:

0 commit comments

Comments
 (0)