mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
* created shared card directive * WIP * use base card in anon layout * use bit-card for pricing card component * add base card to integration cards * add base card to reports cards * add base card to integration card * use card content on report card * use base card directive on base component * update dirt card to use bit-card * run prettier. fix whitespace * add missing imports to report list stories * add base card story and docs
10 lines
369 B
HTML
10 lines
369 B
HTML
<bit-card>
|
|
<div class="tw-flex tw-flex-col tw-gap-1.5">
|
|
<span bitTypography="body2" class="tw-flex tw-text-muted">{{ title }}</span>
|
|
<div class="tw-flex tw-items-baseline tw-gap-2">
|
|
<span bitTypography="h1" class="!tw-mb-0">{{ value }}</span>
|
|
<span bitTypography="body2">{{ "cardMetrics" | i18n: maxValue }}</span>
|
|
</div>
|
|
</div>
|
|
</bit-card>
|