Brickslab.

@brickslab/ui-web

Carte affichant le nombre total de composants du design system. Utilisée dans le dashboard d'accueil.

Aperçu

Affiche le nombre total de composants

UI
InventaireComposants publiés
36composants

Props

PropTypeDéfautRequisDescription
countnumberNombre total de composants.

Utilisation

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

<ComponentsCountCard count={36} />