Skip to content

Shimmer

@xngui/components/shimmer
@xngui/components/shimmer

Sweeping highlight on live text for in-progress status lines.

Preview

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

Events

Interact with the preview — events will appear here.