carbon-components
Version:
Carbon Components is a component library for IBM Cloud
19 lines (18 loc) • 455 B
JavaScript
module.exports = {
variants: [{
name: 'default',
label: 'Slider',
notes: '\n A slider enables the user to specify a numeric value which must be no less than a given value, \n and no more than another given value. \n ',
context: {
inputId: 'slider-input-box'
}
}, {
name: 'light',
label: 'Light',
context: {
light: true,
inputId: 'slider-input-box-light'
}
}]
};
;