ITpS

Componentes

Feature Card

Card horizontal com title coral + descrição + ícone Material Symbol. Vira `<a>` quando recebe `href`. Usado em landing pages para CTAs de seção.

Default

Card padrão com title, descrição e ícone. Sem href renderiza como <div>.

Recebendo href, vira <a> com hover state (bg-secondary-200).

external substitui o ícone por arrow_outward indicando saída do site.

Sem ícone

Ícone é opcional. Sem ele, card vira só title + descrição.

Props

PropTipoDefaultDescrição
titlestringTítulo coral, obrigatório.
descriptionstringTexto descritivo (max-w-[52ch]).
iconstringMaterial Symbol Outlined name.
hrefstring'#'Quando presente, renderiza <a>.
externalbooleanfalseSubstitui icon por arrow_outward.