24 lines
395 B
Markdown
24 lines
395 B
Markdown
# Intended UI
|
|
|
|
A storybook comprising of Intended Link's UI components.
|
|
|
|
## Usage
|
|
|
|
Run `npm install @intended/intended-ui`
|
|
|
|
In your project files, import whichever components you need `import { Icon } from @intended/intended-ui`
|
|
|
|
## Installation
|
|
|
|
`npm install`
|
|
|
|
## Development
|
|
|
|
`npm run storybook`
|
|
|
|
## Deployment
|
|
|
|
`npm run build`
|
|
|
|
Then run `npm run pub` while logged in as an Intended org user.
|