blocks/section-card
@fungi.computer/caps / blocks/section-card
blocks/section-card
Section titled “blocks/section-card”Type Aliases
Section titled “Type Aliases”SectionCardProps
Section titled “SectionCardProps”SectionCardProps =
HTMLAttributes<HTMLDivElement> > &object
Props accepted by SectionCard.
Type Declaration
Section titled “Type Declaration”heading
Section titled “heading”heading:
ReactNode
The host-provided section heading.
description?
Section titled “description?”
optionaldescription?:ReactNode
Optional host-provided supporting copy.
actions?
Section titled “actions?”
optionalactions?:ReactNode
Optional host-provided controls or status content.
children?
Section titled “children?”
optionalchildren?:ReactNode
The section body, supplied by the host through normal composition.
Variables
Section titled “Variables”SectionCard
Section titled “SectionCard”
constSectionCard:ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> > &object&RefAttributes<HTMLDivElement>>>>
A presentational card shell. It does not assign behavior to action content.