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.Dynamic,
liveExample: true
}
},
{
Radio: {
thumbnail: 'radio.png',
component: COMPONENTS.Radio,
description: 'This component displays a set of radio buttons.',
liveExample: true
}
},
{
Range: {
thumbnail: 'range.png',
component: COMPONENTS.Range,
description: 'This component displays a range slider.',
image: 'displayvar.gif',
liveExample: true
}
},
{
Select: {
thumbnail: 'select.png',
component: COMPONENTS.Select,
description: 'This component displays a selection dropdown.',
liveExample: true
}
},
{
TextInput: {
thumbnail: 'text-input.png',