UNPKG

fuelux

Version:

Base Fuel UX styles and controls

15 lines (14 loc) 318 B
module.exports = { comboboxen: [ { id: 'myCombobox', options: [ {value: 1, text: 'One'}, {value: 2, text: 'Two'}, {value: 3, text: 'Three'}, {value: 4, text: 'Four'}, {value: 'Item Five', data: [{name: 'foo', value: 'bar'}, {name: 'fizz', value:'buzz'}], text: 'Item Five'} ] } ] };