carbon-components
Version:
Carbon Components is a component library for IBM Cloud
15 lines (14 loc) • 429 B
JavaScript
module.exports = {
variants: [{
name: 'default',
label: 'Text Input',
notes: '\n Text fields enable the user to interact with and input data. A single line\n field is used when the input anticipated by the user is a single line of\n text as opposed to a paragraph.\n '
}, {
name: 'light',
label: 'Text Input (Light)',
context: {
light: true
}
}]
};
;