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