# Hint

![size](https://img.shields.io/bundlephobia/min/@propellerads/hint.svg)
![](https://img.shields.io/npm/v/@propellerads/hint.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/hint) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/Hint)

## Installation
* `yarn add @propellerads/hint` or `npm install @propellerads/hint -S`

### How to use
* `import Hint from '@propellerads/hint';`
* And render
```
<Hint
    withIcon
    isVisible
    message="Lorem ipsum"
/>
```
