@verifiedinc/shared-ui-elements
v0.11.5
Published
A set of UI components, utilities that is shareable with the core apps.
Downloads
70
Readme
shared-ui-elements
Set of shared components.
About
This project was created to share the UI, agnostic logics and theme throughout the core apps.
Getting Started
Install your dependencies
cd path/to/shared-ui-elements npm install
Start Storybook
npm run storybook # Runs storybook
Path import alias
This project utilizes alias only for the storybook implementation, the modules to be exposed in the package are not aliased since the package will be consumed by the core apps and they may not have the same alias configuration nor the same folder structure.
Adding dependencies
Ensure that new dependencies are added to both devDependencies and peerDependencies if required in the client's project.