carbon-components
Version:
Carbon Components is a component library for IBM Cloud
15 lines (14 loc) • 445 B
JavaScript
module.exports = {
variants: [{
name: 'default',
label: 'Number Input',
notes: '\n Number inputs are similar to text fields, but contain controls used to increase or decrease an incremental value.\n The Number Input component can be passed a starting value, a min, a max, and the step.\n '
}, {
name: 'light',
label: 'Number Input (Light)',
context: {
light: true
}
}]
};
;