Carregando…
Carregando…
Carregando…List of features with check/cross icons and intent color variants.
Demo coming soon
Add a demo component to DEMOS in _showcase.tsx for display/feature-list
$ npx kikitocn add feature-listimport { FeatureList } from "@/components/ui/cn/feature-list/FeatureList";
export function FeatureListExample() {
return (
<FeatureList />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
items* | FeatureItem[] | — | Array de { label, included?, description? } |
variant | 'check' | 'bullet' | 'icon' | 'check' | Estilo do marcador |
intent | 'primary' | 'success' | 'neutral' | 'success' | Cor dos ícones de inclusão |
className | string | — | Classes CSS extras |