UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

24 lines (17 loc) 604 B
# Dropdown Menus allow users to take an action by selecting from a list of choices revealed upon opening a temporary menu. ## Usage import { NOVO_DROPDOWN_ELEMENTS } from 'novo-elements'; ##### Properties - `'side' : String` * Defines the side the dropdown opens (default: `left`) * Available Values: `['right']` ## Item ##### Properties - `'disabled' : bool` * Toggles the item as disabled or enabled - `'keepOpen' : bool : default: false` * Whether the dropdown should collapse after clicking an item ##### Events - `'action'` * Action to perform when the item is clicked