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.
Badge
A badge primitive with variants, sizes, and optional slot composition.
Social Icon
SVG social icons for Facebook, LinkedIn, and X.
Typography
Typography primitives for headings, paragraphs, lists, code, lead, large, small, and muted text.
Blocks
View allApp Store Links
Renders localized Apple App Store and Google Play download badges.
Auto Scroll Carousel
Renders linked logo or image items in an auto-scrolling marquee.
Blog
Renders a blog article list with images, excerpts, and article links.
Blogpost
Renders a blog article page with rich HTML content and social share buttons.
Cards
Renders a responsive grid or list of linked cards with optional media and icons.
Contact Us
Renders a titled mail contact call-to-action button.
CTA Button
Renders primary and optional secondary call-to-action buttons inside a titled section.
Custom HTML Renderer
Safely maps raw HTML content into project typography, table, link, and image components.
FAQ
Renders grouped frequently asked questions with accordion disclosure controls.
Floating Button
Renders a fixed-position call-to-action button.
Full Size Banner
Renders a full-size image banner with title, subtitle, body, and slotted actions.
Full Size CTA
Renders a full-size image banner with a call-to-action link.
Full Size Subscribe
Renders a full-size image banner containing an email subscribe form.
Hero
Renders a split hero with badge, CTAs, image panel, and optional cards.
Icon Card
Renders a Lucide icon inside a compact card surface.
Image
Renders an optional titled image block with optional link wrapping.
Partners
Renders partner logo cards linked to partner destinations.
Product Card
Renders a product detail card with rich description and product image.
Product Gallery
Renders a responsive product gallery with product images, descriptions, and links.
Subscribe
Renders a titled email subscribe form.
Subscribe Form
Renders a client-side email subscription form with validation and translated messages.
Tabs
Renders tabbed sections with icons, summaries, and responsive stacked mobile content.
Text
Renders a titled section of text paragraphs.
Title
Renders a reusable titled section header with subtitle and optional CTA link.