easy-fix
easy-fix copied to clipboard
Introduce Storybook and a new styling solution
Issue: https://github.com/vatsalsinghkv/easy-fix/issues/52
This PR will introduce the following:
- Panda CSS as the styling solution to make component development easier and make our styling more consistent
- Remove Tailwind
- Add
Storybook
to the project - Add a
Button
component with a story as an example - Unify styling by removing arbitrary CSS classes from some
components
andindex.css
- Apply
global
styling usingpanda config
instead ofindex.css