You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed flowbite-react and flowbite-svelte (and I expect the rest of integrations too) implement their own class lists, even thought they are the same across frameworks.
flowbite-react already uses theme.ts that stores all the classes, why isn't this file in this central repository? You have to install it alongside flowbite-* anyway. Then it would be easier to make the style consistent and it would make whole Flowbite more DRY and probably easier to maintain.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I've noticed
flowbite-react
andflowbite-svelte
(and I expect the rest of integrations too) implement their own class lists, even thought they are the same across frameworks.flowbite-react
already usestheme.ts
that stores all the classes, why isn't this file in this central repository? You have to install it alongsideflowbite-*
anyway. Then it would be easier to make the style consistent and it would make whole Flowbite more DRY and probably easier to maintain.Is there any reason it is not like that already?
Beta Was this translation helpful? Give feedback.
All reactions