# UUI Promo package

This package is a part of [EPAM UUI](https://github.com/epam/UUI) library.

`@epam/promo` contains the 'Promo' skin components.

### Install

```yarn add @epam/promo```

### Add styles

1. Add this to the root of your app:
    ```
    import '@epam/promo/styles.css';
    ```

2. Add theme class `uui-theme-promo` to the html body tag.