Tile UI ยท SolidJS
Schema
Review Solid registry item types, dependencies, transforms, and destination paths.
Tile UI Solid uses the shadcn registry schema with Solid-specific source transforms.
Item types
registry:uifor Solid component source.registry:libfor shared runtime helpers.registry:styleandregistry:filefor theme and Sass files.
Dependencies
dependencies contains npm runtime packages such as solid-js. registryDependencies references Tile items such as @tile-ui/core, @tile-ui/utils, and @tile-ui/styles.
Source transforms
Solid component and barrel transforms rewrite package imports to consumer-owned relative paths. Generated component JSON must not retain @tile-ui/core or @tile-ui/styles imports.
Target paths
components/ui/<name>/*
components/ui/lib/*
styles/*