Skip to content

rButton

A reusable button component, which can act like button or link.

Props

NameTypeDefaultRequiredDescription
hrefString''Link
isLoadingBooleanfalseWhether to show spinner in button

Slots

NameDescription
defaultButton content

Code Snippets

As button

vue
<RButton>Iam button</RButton>
vue
<RButton href="#">Iam link</RButton>

Made with ♥️ by Riešenia