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
At the moment style only support one of the main styles (primary or secondary). The variations can only be applied by manually adding the raw classes to the triggerClasses attribute: triggerClasses = 'btn-outline-borderless'.
Spec: https://lexicondesign.io/docs/patterns/buttons.html#variations.
At the moment
style
only support one of the main styles (primary or secondary). The variations can only be applied by manually adding the raw classes to thetriggerClasses
attribute:triggerClasses = 'btn-outline-borderless'
.Here an example of my use case inside a
jsp
file:Thanks!
The text was updated successfully, but these errors were encountered: