Skip to content

blocks/section-card

@fungi.computer/caps


@fungi.computer/caps / blocks/section-card

SectionCardProps = HTMLAttributes<HTMLDivElement> > & object

Props accepted by SectionCard.

heading: ReactNode

The host-provided section heading.

optional description?: ReactNode

Optional host-provided supporting copy.

optional actions?: ReactNode

Optional host-provided controls or status content.

optional children?: ReactNode

The section body, supplied by the host through normal composition.

const SectionCard: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> > & object & RefAttributes<HTMLDivElement>>>>

A presentational card shell. It does not assign behavior to action content.