Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
description: 'A user-editable text input field.',
liveExample: true
}
}
]
}
},
{
Presentation: {
description:
'These components render something to the screen, for example the `Chart` component takes data as input and can display several types of charts.',
components: [
{
Chart: {
thumbnail: 'chart.png',
component: COMPONENTS.Chart,
description: 'This will display a chart.',
image: 'chart.png',
liveExample: true
}
},
{
Conditional: {
thumbnail: 'conditional.png',
description:
'This component will conditionally display its children.',
component: COMPONENTS.Conditional,
liveExample: true
}
},
{
Display: {