@forlagshuset/v-button
v1.3.25
Published
Pass `href` prop, if you want to display link (non-router component) with button styling.
Downloads
125
Keywords
Readme
FH Button component
Pass href
prop, if you want to display link (non-router component) with button styling.
Accepts props:
{
href: String,
target: String,
extraClass: String,
type: String,
role: String,
disabled: Boolean,
nativeType: {
type: String,
default: 'button'
}
}