Bence Fekete
Bence Fekete
I saw that in other PRs, people asked the author to remove the committed yarn.lock file. None of the other example folders contains yarn.lock and I would like to match...
Adding `kitchen-sink` to react examples: 1. Sorting 2. Pagination 3. Filtering 4. Resizable Columns 5. Column Visibility 6. Header Grouping 7. Table Pins 8. Row Selection Screenshots:
Issue: https://github.com/vatsalsinghkv/easy-fix/issues/52 This PR will introduce the following: 1. Panda CSS as the styling solution to make component development easier and make our styling more consistent 2. Remove Tailwind 3....
### Description Adding storybook to the project would let us build, manage and easily test our UI components. The changes can also be deployed to a preview to observe them....
### Description The following hook is not very versatile. I would improve the API to the following: 1. It would take in a function that returns a promise () =>...