UxAddBtn

components/ux/AddBtn.vue

Clickable call-to-action with optional plus or right-arrow icon.

Add item
components/ux/AddBtn.vue

Usage

<UxAddBtn :icon = "true" iconType = "plus" > Content here </UxAddBtn>

Props

PropTypeDefaultDescription
iconBooleantrueShow icon
iconTypeString'plus''plus' or 'right'

Events

EventDescription
addWhen clicked

Slots

SlotDescription
defaultLabel text

Related