Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IButtonLinkElement

Element used to render a link styled as a button.

An example of a ButtonLink:

example

{
   tag: 'ButtonLink',
   props: {
     to: 'base.integration',
     className: 'uef--button'
   },
   children: 'Click me!'
}

Hierarchy

Index

Properties

Properties

Optional children

children: IStandardElement[] | string

HTML children as an array of IStandardElement or as a string.

props

Must have a to property pointing to a registered route.

tag

Must be ButtonLink.

Generated using TypeDoc