angular-shimmer-skeleton
v0.0.5
Published
## Get Started
Downloads
7
Readme
Angular Shimmer Skeleton
Get Started
Installation
npm i angular-shimmer-skeleton
Example
View example here
Usage
All the components are standalone, we can use them by import as module
import { ShimmerRectComponent } from 'angular-shimmer-skeleton';
@Component({
imports: [ShimmerRectComponent],
standalone: true,
template: `
<shimmer-rect/>
`
})
export class SampleComponent {
}
Contribute
Welcome help me to build this awesome lib.