# notify

Уведомление.

[Разметка](https://github.com/getsedona/sedona-components/blob/master/src/table/examples.html) · [Пример](https://getsedona.github.io/sedona-components/table.html)

## Подключение

```js
// index.js
import { notify } from "sedona-components/src/notify";

notify();
```

```less
// index.less
@import "~sedona-components/src/notify/index";
```

## Модификаторы

### `notify`

* `notify--dark` – делает компонент в темных тонах
* `notify--light` – делает компонент в светлых тонах
* `notify--hide` – скрывает компонент
