open-vault/ui/stories/selectable-card.md
Angel Garbarino 793ad94d08
Add Core Usage Metrics Components to Storybook (#8401)
* add core usage metrics components to storybook, rename component from small to simple

* remove const from js file

* remove grid container knob from selectable-card
2020-03-02 10:12:34 -07:00

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