mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Update repository links to point to main Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Fix broken link in relatedtools.mdx Co-authored-by: Steven Clark <steven.clark@hashicorp.com> Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
1.2 KiB
1.2 KiB
SelectableCard
SelectableCard components are card-like components that display a title, total, subtotal, and anything after the yield. They are designed to be used in containers that act as flexbox or css grid containers.
Params
| Param | Type | Default | Description |
|---|---|---|---|
| cardTitle | String |
|
cardTitle displays the card title |
| total | Number |
0 |
the Total number displays like a title, it's the largest text in the component |
| subText | String |
|
subText describes the total |
Example
<SelectableCard @cardTitle="Tokens" @total={{totalHttpRequests}} @subText="Total"/>
See