IntroCard
@brickslab/ui-webBloc d'introduction présentant la solution Brickslab et liens rapides.
IntroCard avec tous les éléments
Brickslab — Design System
Centralisez vos composants, tokens et documentation pour accélérer vos livraisons.
Nouvelle version avec thème sombre inclus
En savoir plus →| Prop | Type | Défaut | Requis | Description |
|---|
title | string | — | ✓ | Titre affiché |
description | string | — | — | Texte secondaire |
highlight | string | — | — | Texte mis en avant |
cta | {label:string;href:string} | — | — | Call-to-action |
import { IntroCard } from "@brickslab/ui-web";
<IntroCard
title="Bienvenue sur Brickslab"
description="Centralisez vos composants et tokens."
highlight="Nouvelle version disponible"
cta={{ label: "Découvrir", href: "/docs" }}
/>