Skip to content

Commit

Permalink
Update README.md for UI Kit to mention NPM packages for these
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Feb 18, 2024
1 parent 72db9e9 commit 962b299
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Xola's React component library with Tailwind CSS for the next generation of Xola apps. See a preview at https://ui.xola.io

This repository is published as two pieces:

1. [@xola/ui-kit](https://www.npmjs.com/package/@xola/ui-kit)
2. [@xola/icons](https://www.npmjs.com/package/@xola/icons)

It's storybook is publicly published at [ui.xola.io](https://ui.xola.io). The icons can be previewed there as well.

### Requirements

- Node.js v16
Expand Down Expand Up @@ -151,7 +158,7 @@ Install [np](https://github.com/sindresorhus/np#readme) which will help you publ
npm -g install np
```

Once you're ready, run this command to publish your package
Once you're ready, run this command to publish your package

```bash
npm run build
Expand Down

0 comments on commit 962b299

Please sign in to comment.