@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

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/shared-ui-elements
    npm install
  3. 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.