1.0.2 • Published 5 years ago
@motive.io/core-ui v1.0.2
motive-core-ui
A basic set of UI components to be used throughout Motive services
Install
npm install --save @motive.io/core-uiPackage Linking
To use this package locally, run in the root of this project
npm linkIn the project you want to use the package run
npm link @motive.io/core-uiCreating new components and exporting
To watch new files and build automatically run
npm startCreate new components as you normally would under /components. You can view them in storybook by running
npm run storybookThese components must be exported in the index.tsx file so they are available from the package.