Component Registry
Available lx_ component types for storefront blueprints
Component Registry
All components use the lx_ prefix. Use list_component_types to browse the full catalog with available variants.
Component Types
| Type | Description |
|---|---|
lx_hero | Hero/banner sections |
lx_navbar | Navigation bars |
lx_pdp | Product detail pages |
lx_reviews | Customer review displays |
lx_stats | Statistics/social proof |
lx_value_props | Benefit/feature grids |
lx_cta | Call-to-action sections |
lx_footer | Page footers |
lx_product_carousel | Product sliders |
lx_product_accordion | Expandable product details |
lx_buy_box | Purchase/add-to-cart widget |
lx_guarantee | Trust badges/guarantees |
Discovering Components
Use the API tools to explore what's available:
list_component_types()
→ all types with their variants and field requirements
get_component_schema("lx_hero", "editorial_minimal")
→ deep schema: requiredContent, defaultContent, supportedSettingsUsing Components in Blueprints
Each section in a blueprint references a component type and variant:
{
"id": "hero",
"type": "lx_hero",
"variant": "editorial_minimal",
"content": { ... },
"settings": { ... },
"tokens": { ... },
"element_styles": { ... }
}See Blueprint Schema for full field documentation.