1.0.2 • Published 4 years ago

@motive.io/core-ui v1.0.2

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

motive-core-ui

A basic set of UI components to be used throughout Motive services

Install

npm install --save @motive.io/core-ui

Package Linking

To use this package locally, run in the root of this project

npm link

In the project you want to use the package run

npm link @motive.io/core-ui

Creating new components and exporting

To watch new files and build automatically run

npm start

Create new components as you normally would under /components. You can view them in storybook by running

npm run storybook

These components must be exported in the index.tsx file so they are available from the package.