intranett-ui-kit
v1.0.1
Published
<h1 align="center"> Intranett UI Package </h1>
Downloads
3
Readme
Usage
- Run
npm install intranett-ui-kit
oryarn add ...
in your React.js project. - Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm or yarn install
at each project in order to install dependencies. - Run
yarn storybook
. - Access
localhost:8080
in your browser. - Run
yarn build
to generate your own build.