Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
component: COMPONENTS.Stepper,
liveExample: false
}
}
]
}
},
{
Input: {
description:
'The components are used to accept reader input and update variables in response.',
components: [
{
Action: {
thumbnail: 'action.png',
component: COMPONENTS.Action,
description:
'The `action` component allows you to add event handlers to text. For example:',
liveExample: true
}
},
{
Boolean: {
thumbnail: 'boolean.png',
image: 'boolean.gif',
component: COMPONENTS.Boolean,
description: 'This will display a checkbox.',
liveExample: true
}
},
{
Button: {