ActionCardDescription
Adds adds a description to the action card
#
Usage<ActionCardDescription>This is a description</ActionCardDescription>
// OR alternatively
<ActionCardDescription description="This is a description" />
#
PropsName | Type | Default | Description |
---|---|---|---|
description | string | undefined | Alternative to passing the description in the children |