@pushprotocol/common-components
v0.3.0
Published
A reusable design components built to streamline the development process across projects in the monorepo. This library provides a consistent look and feel and promotes code reusability.
Downloads
7
Readme
Shared Components Library
A reusable design components built to streamline the development process across projects in the monorepo. This library provides a consistent look and feel and promotes code reusability.
Getting Started
Installation
Inside the repository where you want to use the shared-components library (e.g., email), add the package as a dependency:
- Navigate to the consuming repository (e.g., email):
cd examples/email- Add shared-components as a dependency:
npm install ../../packages/shared-components