You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibility to insert icons inside the buttons, left or right of the text, or maybe sometimes just the icon itself, kind of like the Loaders Upload Button of Vuetify's example.
What is your proposed solution?
1.Passing a new prop, icon prepend/append and/or a new <slot name="icon">:
iconPrepend: String,iconAppend: String
2.It can uses the <va-icon> component.
3.Can work with the icon named slot or by passing the props.
The text was updated successfully, but these errors were encountered:
Ok, I think it will require tweaking the markup to properly handle margins but it wouldn't require any slots or attributes. Atlassian uses prop with a renderer in it so something between a prop and a slot.
What problem does this feature solve?
Possibility to insert icons inside the buttons, left or right of the text, or maybe sometimes just the icon itself, kind of like the Loaders Upload Button of Vuetify's example.
What is your proposed solution?
1.Passing a new prop, icon prepend/append and/or a new
<slot name="icon">
:2.It can uses the
<va-icon>
component.3.Can work with the icon named slot or by passing the props.
The text was updated successfully, but these errors were encountered: