Skip to content

Commit

Permalink
Add README.md for @xola/icons package
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Feb 18, 2024
1 parent d4aff7c commit e023b99
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/icons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Xola Icons

Xola's icon set exposed as React components. This folder is published on NPM as [@xola/icons](https://www.npmjs.com/package/@xola/icons).

The preview for icons are published as part of the repository's storybook on [ui.xola.io](https://ui.xola.io/?path=/story/media-icons--large-24-px).

### Requirements

- Node.js v16
- NPM v7 or higher

### Usage

Install the icons

```bash
npm install @xola/icons
```

0 comments on commit e023b99

Please sign in to comment.