Because we split up the former docs site (#103) into three separate sites, there are many duplicate components across them. We need to identify which ones are being used multiple times and move them to xy-ui.
Now that each framework got it's own dedicated page, we could simplify the styling. Instead of using bg-react or bg-svelte we could just set the primary color in the tailwind config and use bg-primary. This would simplify the shared components, too.
Because we split up the former
docs
site (#103) into three separate sites, there are many duplicate components across them. We need to identify which ones are being used multiple times and move them toxy-ui
.Now that each framework got it's own dedicated page, we could simplify the styling. Instead of using
bg-react
orbg-svelte
we could just set the primary color in the tailwind config and usebg-primary
. This would simplify the shared components, too.