Colors can be set with markups. Markup
none
unset the color.
<tc:button label="Primary" markup="primary"/>
<tc:button label="Secondary" markup="secondary"/>
<tc:button label="Success" markup="success"/>
<tc:button label="Danger" markup="danger"/>
<tc:button label="Warning" markup="warning"/>
<tc:button label="Info" markup="info"/>
<tc:button label="Light" markup="light"/>
<tc:button label="Dark" markup="dark"/>
<tc:button label="None" markup="none"/>
Colors can also be set with an outline markup.
<tc:button label="Primary" markup="outlinePrimary"/>
<tc:button label="Secondary" markup="outlineSecondary"/>
<tc:button label="Success" markup="outlineSuccess"/>
<tc:button label="Danger" markup="outlineDanger"/>
<tc:button label="Warning" markup="outlineWarning"/>
<tc:button label="Info" markup="outlineInfo"/>
<tc:button label="Light" markup="outlineLight"/>
<tc:button label="Dark" markup="outlineDark"/>
The size can be changed with markup
large
or
small
.