novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
19 lines (16 loc) • 492 B
Markdown
A tile is like a radio button group.
import { NOVO_TILES_ELEMENTS } from 'novo-elements';
- `'name' : String`
* Name for the field
- `'options' : Array`
* Collection of values to use
- `'required' : String`
* Is this field required
- `'ngModel' : String`
* The value of the Tiles, will be broad casted when the Tiles selected changes
- `'onChange': Function`
* An event function that is fired when the value is changed