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