Element used to render a link styled as a button.
An example of a ButtonLink:
{ tag: 'ButtonLink', props: { to: 'base.integration', className: 'uef--button' }, children: 'Click me!' }
HTML children as an array of IStandardElement or as a string.
Must have a to property pointing to a registered route.
Must be ButtonLink.
Generated using TypeDoc
Element used to render a link styled as a button.
An example of a ButtonLink:
{ tag: 'ButtonLink', props: { to: 'base.integration', className: 'uef--button' }, children: 'Click me!' }