https://registry.aelig.art
AELIG components registry
This registry exposes AELIG UI primitives and builders for shadcn projects. Add the registry once, set your access token, then install components by name.
Registry setup
Add the private registry to your shadcn configuration and provide `REGISTRY_TOKEN` in the environment where you run the shadcn CLI.
{
"registries": {
"@aelig": {
"url": "https://registry.aelig.art/r/{name}",
"headers": {
"Authorization": "Bearer ${REGISTRY_TOKEN}"
}
}
}
}Install a component
pnpm dlx shadcn@latest add @aelig/buttonComponents
Breadcrumb Builder
Builds a responsive breadcrumb trail from nested navigation items.
Fields Builder
Renders a structured read-only field summary from field metadata.
Form Builder
Builds React Hook Form forms from typed field metadata, including lists, select, radio, checkbox, and dropzone fields.
Sidebar Builder
Builds a collapsible application sidebar from nested navigation items.
Wizard Builder
Renders a route-aware wizard step indicator with validation-aware navigation.
Breadcrumb
A composable breadcrumb navigation primitive.
Dropzone
A composable file dropzone with upload status, retry, and validation helpers.
Icon
A Lucide icon renderer that accepts dynamic icon names.
Button
A button primitive with variants, sizes, loading state, and optional Lucide icons.