Create custom variants #1454
rfsan
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before Mantine I was using Chakra. In Chakra you could create your own variants. For example, if I want to create a new button (and I don't want to override the existing variants) I could create my own variant and use it like this:
I tried to do the same in Mantine but didn't work. My solution was to create a new component
<MyNewButton />
. But I think it would be nice to have the variant alternative.Beta Was this translation helpful? Give feedback.
All reactions