carbon-components
Version:
Carbon Components is a component library for IBM Cloud
15 lines (14 loc) • 366 B
JavaScript
module.exports = {
variants: [{
name: 'default',
label: 'Text Area',
notes: '\n Text areas enable the user to interact with and input data. A text area is used when you\n anticipate the user to input more than 1 sentence.\n '
}, {
name: 'light',
label: 'Light',
context: {
light: true
}
}]
};
;