Qpoint
Brand
Colors
Typography
Logo
Method
Layer
Tree Shaking
Data Components
Components
Philosophy
Coverage
Patterns
Pages
Viz
CLI
Archive
History
Components
/
Interactive
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
Prop
Type
Default
Description
icon
Boolean
true
Show icon
iconType
String
'plus'
'plus' or 'right'
Events
Event
Description
add
When clicked
Slots
Slot
Description
default
Label text
Related
UxButton
UxIconBtn