Not required for v2 release but it would be nice to have more than just a vite playground in the monorepo. At minimum we should have one playground for Nextjs and one for Astro.
This will allow us to test things like export maps and CSS imports, as well as have an example to show our users, especially because setup in SSR environments is not self-explanatory. Nextjs requires using next-global-css and Astro requires adding @itwin/itwinui-css to vite.ssr.noExternal. Also ThemeProvider goes in very specific places to make SSR work so it would be nice to show.
Not required for v2 release but it would be nice to have more than just a vite playground in the monorepo. At minimum we should have one playground for Nextjs and one for Astro.
This will allow us to test things like export maps and CSS imports, as well as have an example to show our users, especially because setup in SSR environments is not self-explanatory. Nextjs requires using
next-global-css
and Astro requires adding@itwin/itwinui-css
tovite.ssr.noExternal
. AlsoThemeProvider
goes in very specific places to make SSR work so it would be nice to show.