1.0.8 • Published 4 years ago
@forlagshuset/v-clickable-area v1.0.8
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'
  }
}