1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-20 11:24:07 +00:00
Files
browser/libs/components/src/skeleton/skeleton.component.html

9 lines
204 B
HTML

<div
class="tw-size-full tw-bg-secondary-100 tw-animate-pulse"
[ngClass]="{
'tw-rounded': edgeShape() === 'box',
'tw-rounded-full': edgeShape() === 'circle',
}"
aria-hidden="true"
></div>