terrazzoapp / terrazzo

Use DTCG tokens in CI and code

Home Page:https://terrazzo.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FR: Chakra

mikestecker opened this issue · comments

Any plans for Chakra theme support?

I’m not sure what Chakra is, but I’d love a full proposal on how it uses design tokens, and how the DTFM format could generate code for it. If it’s something you’d be interested in maintaining, I’d be happy to help get a custom plugin started and link to it in the docs.

@drwpow thanks for the reply! Chakra is a component UI library for React. I believe they are working on making it more agnostic. Here is a link to their use of semantic tokens: https://chakra-ui.com/docs/styled-system/semantic-tokens and here is a link to their theme customization doc: https://chakra-ui.com/docs/styled-system/customize-theme

I wouldn't mind taking a stab at a custom plugin as it's something I'm looking into creating anyway. I've taken a look at the Tailwind plugin already and think that could be a decent starting point.