marigold-ui / marigold

Design System based on react-aria and Tailwind CSS
https://marigold-ui.io
MIT License
101 stars 7 forks source link

Tailwind: Components refactoring #2961

Closed sarahgm closed 10 months ago

sarahgm commented 11 months ago

Replace Components useComponentsStyles with new useClassNames hook. For reference have a look on useClassName.test.ts. Also test and story. Also add style currently there is a new theme called theme-core where we move/create the core theme. Related here: #2917

✨ Components (includes Test, Story, Component)

Application

Navigation

Layout

Forms

Collections

Overlay

Content

Other

sebald commented 11 months ago

Plus this: https://www.npmjs.com/package/eslint-plugin-tailwindcss ?

sarahgm commented 11 months ago

Plus this: npmjs.com/package/eslint-plugin-tailwindcss ?

yes why not

sarahgm commented 11 months ago
sarahgm commented 11 months ago

ToDo: #2969

sarahgm commented 11 months ago