Skip to main content
Import styles in the application entry and render through the public package entry points.
No Vite plugin is required beyond the normal React plugin. Keep server-side instruction generation in server code and import it from @rixx-ui/react/server.
If Vite reports an unresolved stylesheet, verify the exact @rixx-ui/react/styles.css export and that the package build completed. If an SSR build evaluates browser-only renderer dependencies, keep RUIRenderer in a client entry and use only the server subpath from server modules.