Tile UI · SolidJS
Introduction
Tile UI Solid brings the shared component system and installable registry to SolidJS applications.
Tile UI Solid brings the shared Tile UI logic and SCSS design system to SolidJS without disguising Solid’s fine-grained runtime. The site documents 61 production-built components and their installable registry source.
Start with the slice
- Installation covers package and registry setup.
- Components lists the exact 61-item Solid registry.
- Registry explains source ownership and generated output.
- Examples demonstrates interactive component composition.
Rendering and deployment
Components support client rendering, server rendering, hydration, and static generation. This documentation site is pre-rendered for static hosting, while the same @tile-ui/solid components can be used in client-only or server-rendered applications.
Shared, not flattened
Component behavior comes from @tile-ui/core, visual tokens come from @tile-ui/styles, and the Solid wrappers keep native Solid props and event semantics. The docs use the established Tile UI layout with a warm amber Solid accent.