BcCardGroup
Description
The BcCardGroup component is used to manage a group of BcCard components, allowing for structured organization and index tracking.
Parameters
ChildContent
RenderFragment?
Defines the child content of the card group, typically containing multiple BcCard components.
IgnoreParentCardGroup
bool
Determines whether the current card group should ignore any parent card group it is nested within.
ParentCardGroup
BcCardGroup?
Specifies the parent card group, if applicable, allowing for nested card groups.
Methods
Registers a BcCard component within the card group, ensuring it is properly indexed and rendered.
Unregisters a BcCard component from the card group, removing it from the internal list.
Checks if the given BcCard is the first card in the group.
Checks if the given BcCard is the last card in the group.
Returns a string representing the index of the given BcCard within the group.
Sample
Card
Card Clickable
Accent Card Clickable
Warning Card Clickable
Error CardClickable
Success CardClickable