wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
16.81k stars 1.47k forks source link

styling is an issue #160

Closed Pixel-Panda closed 1 week ago

Pixel-Panda commented 1 week ago

feature note: add ability in code to actually use shadcn or tamagui or something. So far...this is...nasty. Love the tech but its unusable atm. Everything is just buttons and squares. I can add this to the code but would like to see the team's approach first.

vanpelt commented 1 week ago

This is coming! Hopefully by tomorrow. I haven't wired up a UI to modify the color scheme, but I've setup tailwind to use utility classes like primary, muted, etc. you'll be able to customize them in the generated HTML. Would love to have someone run with extending the ability to customize once I release.

vanpelt commented 1 week ago

This is now merged! You can now choose from a variety of color schemes.