Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
liveExample: true
}
},
{
Conditional: {
thumbnail: 'conditional.png',
description:
'This component will conditionally display its children.',
component: COMPONENTS.Conditional,
liveExample: true
}
},
{
Display: {
thumbnail: 'display.png',
component: COMPONENTS.Display,
description:
'This will render the value of a variable to the screen. It is mostly useful for debugging:',
image: 'displayvar.gif',
liveExample: true
}
},
{
Equation: {
thumbnail: 'equation.png',
component: COMPONENTS.Equation,
description:
'This uses [KaTeX](https://github.com/Khan/KaTeX) to typeset mathematical equations. Example:',
image: 'equation.png',
liveExample: true
}
},