wandb / openui

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

Page in OpenUI:B5690EEEBB952194 #133

Closed Pennuaju closed 4 months ago

Pennuaju commented 4 months ago
          Page in OpenUI:

image

Page in browser after copying the HTML into a .html file: image

Originally posted by @cashgarman in https://github.com/wandb/openui/issues/130#issuecomment-2116210730

vanpelt commented 4 months ago

Wow, that's a sick login page! I'm getting this fixed now, until then you can wrap you're html with the following to include tailwind:

<html>
    <head>
    <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <script src="https://cdn.tailwindcss.com"></script>
    </head>
    <body>
${code}
    </body>
</html>