Shimmer
@xngui/components/shimmer@xngui/components/shimmerSweeping highlight on live text for in-progress status lines.
Preview
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.