# TipWells

## Usage
    import { NOVO_TIPWELL_ELEMENTS } from 'novo-elements';

##### Properties
- `'name' : String`
    * Defines the name of the TipWell that will be used by localStorage for state management.
- `'tip' : String`
    * The contents of the TipWell.
- `'buttonText' : String`
    * An override of the default 'Ok, Got it' button text.
- `'button' : String`
    * A flag that when set to 'false' makes the button optional (defaults to 'true')
- `'icon' : String`
    * Adds an icon at the start of the tipwell (more about icons [here](http://bullhorn.github.io/novo-elements/#/icons))
