-
I'm learning the basics of creating a design system and wanted to use Eva as a guide on how to structure one for my project. Is there a theme.config file available that has the default UI Kitten colors and spacing all filled out? For example, something like the below but filled out? {
"Button": {
"appearances": {
"filled": {
"mapping": {
"backgroundColor": "black"
},
"variantGroups": {
"status": {
"success": { // <-- Defines the `success` variant group
"backgroundColor": "green"
}
}
}
}
}
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
paulwongx
Sep 9, 2021
Replies: 1 comment
-
Nevermind. I found it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
paulwongx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind. I found it.
https://github.com/eva-design/eva/tree/master/packages/eva