#Easy way on changing default mantine button's variants
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
Is there a way to replace the variants the Button provides?
Change from
<Button variant='filled'>Button</Button>
to
(or some other arbitrary values)
You want to have completely different variants or just create aliases for the names?
Create aliases, I'd like to fine a decent and clean approach