@zywave/zui-picker
Version:
## Installation
28 lines (17 loc) • 415 B
Markdown
# zui-picker
## Installation
_npm_:
```shell
> npm i --save @zywave/zui-picker
```
_yarn_:
```shell
> yarn add @zywave/zui-picker
```
See [the documentation site](https://booster.zywave.dev/) for more information.
## Running locally
Be sure all dependencies for the monorepo have been installed (instructions at the [root CONTRIBUTING.md](./CONTRIBUTING.md))
Watch / Run Lab
```shell
> yarn run watch
```