Skeleton

Skeleton screens are used as loading placeholders to hint at the shape of content before it loads. Use nsi-skeleton with width , height , and optionally borderRadius inputs.

Text lines

Avatar + text

Card

Table rows

@for (_ of [1, 2, 3, 4, 5]; track $index) {
}
Text lines:
{{ codeText }}
Avatar + text:
{{ codeAvatar }}
Card:
{{ codeCard }}
Table rows:
{{ codeList }}