Brickslab.

@brickslab/ui-web

Liste affichant les derniers composants ajoutés au catalogue. Idéal pour le dashboard d'accueil.

Aperçu

Exemple des 5 derniers composants

DERNIERS AJOUTS

5 composants récents

Voir le catalogue

Props

PropTypeDéfautRequisDescription
itemsArray<{label:string;href?:string;section?:string;type?:'web'|'mobile'}>Composants affichés (libellé, lien, section, type).

Utilisation

tsx
import { LatestComponentsList } from "@brickslab/ui-web";

<LatestComponentsList
  items={[
    { label: "TextCard", href: "/components/textcard", section: "Cards", type: "web" },
    { label: "SearchBar", href: "/components/searchbar", section: "Navigation", type: "web" },
  ]} 
/>