Lexsis Storefronts

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

TypeDescription
lx_heroHero/banner sections
lx_navbarNavigation bars
lx_pdpProduct detail pages
lx_reviewsCustomer review displays
lx_statsStatistics/social proof
lx_value_propsBenefit/feature grids
lx_ctaCall-to-action sections
lx_footerPage footers
lx_product_carouselProduct sliders
lx_product_accordionExpandable product details
lx_buy_boxPurchase/add-to-cart widget
lx_guaranteeTrust 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, supportedSettings

Using 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.