Tile UI ยท SolidJS

Registry FAQ

Clarify Solid package exports, registry ownership, styles, SSR, and the complete 61-component scope.

Is the Solid registry independent?

Yes. The Solid docs app owns its manifest output, build command, watcher, and /r public assets.

Do registry items require the package?

No. Registry installation copies transformed source into the consumer project. Package installation is an alternative distribution path.

Which package build does the docs app use?

The app resolves @tile-ui/solid through package conditional exports: dist/server.js for SSR and dist/browser.js for the hydrated client.

Are styles duplicated per framework?

No. Solid components use the same @tile-ui/styles SCSS modules and semantic variables as React and Vue.

How many components are included?

The Solid manifest contains 68 items: 61 UI components, 3 primitive hooks, and 4 shared items. Component docs, demos, and generated previews are checked as an exact 61-item component set; primitives have their own dedicated doc, demo, and preview checks.