# Lists

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

##### NovoList Properties
- `'theme' : String`
    * Defines the theme of the button
    * Available Values:
        * Entity Colors: `['company', 'candidate', 'lead', 'contact', 'opportunity', ...]`
        * App Colors: `['navigation', 'positive', 'success', 'negative', 'pulse', ...]`

- `'direction' : String`
    * Defines the direction of the List
    * Available Values: `['horizontal', 'vertical']`

##### ItemAvatar Properties
- `'icon' : String`
    * Defines the primary Bullhorn icon inside the list item

##### ItemContent Properties
- `'direction' : String`
    * Defines the direction of the content
    * Available Values: `['horizontal', 'vertical']`
