ucom
v0.0.10
Published
Upstreet's open-source components library suitable for diverse digital products.
Downloads
233
Maintainers
Readme
Upstreet Components aka ucom
ucom is upstreet's open-source components library suitable for diverse digital products.
Getting Started
Installation
To install ucom in your project, you will need to run the
following command using npm:
npm install --save ucomIf you prefer Yarn, use the following command instead:
yarn add ucomIconography
Add new icons
In order to add a new icon to the library add your SVG icon to /assets/icons directory and simply run:
yarn build