Skip to content

Skeleton

@xngui/components/skeleton
@xngui/components/skeleton

Placeholder shimmer while content loads.

Preview

import { Component } from '@angular/core';
import { XSkeleton } from '@xngui/components/skeleton';
 
@Component({
selector: 'app-example',
imports: [XSkeleton],
templateUrl: './skeleton.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.