mirror of
https://github.com/bitwarden/browser
synced 2026-02-21 03:43:58 +00:00
[CL-427] Add skeleton loading components to the CL (#16728)
This commit is contained in:
8
libs/components/src/skeleton/skeleton.component.html
Normal file
8
libs/components/src/skeleton/skeleton.component.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user