-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Would it be possible to add conditional logic such as AND, OR and NOT?
For example, I would like to only apply padding if the variant is NOT a link:
NOT:
{
variants: {
size: 'sm',
variant: not('link')
},
className: 'xxx'
},Other conditional examples
AND:
{
variants: {
size: 'sm',
variant: and('link', 'solid', 'subtle')
},
className: 'xxx'
},OR:
{
variants: {
size: 'sm',
variant: or('link', 'solid', 'subtle')
},
className: 'xxx'
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels