-
-
Notifications
You must be signed in to change notification settings - Fork 264
[examples] Create the example to be used on StackBlitz previews #1885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
commit: |
✅ Deploy Preview for base-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Bundle size report
|
|
I'm curious how this is better than navigating to a demo and using the CodeSandbox link (or at least linking to that automatically without needing to browse)? For instance, it doesn't set up the relevant component as a starting point. It also takes a while to install the deps and boot it up 🤔 |
|
A couple of reasons:
The startup time is indeed much worse, but for now we're not removing sandboxes from demos. |
This seems good |
|
I'll work on it in a follow-up PR. |
Added the Vite + CSS modules example project.
This can serve as a starting point for exploring Base UI, and, more importantly, will be used to create a StackBlitz environment for every PR, so that PRs can be verified more conveniently.
See the next comment for the link to the created environment.