# 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](https://www.npmjs.com/):

```bash
npm install --save ucom
```

If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
instead:

```bash
yarn add ucom
```

# Iconography

## Add new icons

In order to add a new icon to the library add your SVG icon to ```/assets/icons``` directory and simply run:

```bash
yarn build
```
