@ecsbase/skeleton
v0.2.0
Published
@ecsbase/skeleton — reusable building block.
Downloads
38
Readme
@ecsbase/skeleton
Pulsing skeleton placeholder for loading content.
Install
pnpm add @ecsbase/skeletonPeer dependencies
@angular/common^20.0.0@angular/core^20.0.0
Quick start
import { SkeletonComponent } from '@ecsbase/skeleton';
@Component({
imports: [SkeletonComponent],
template: `<ecs-skeleton width="100%" height="2rem" />`,
})
export class Demo {}Playground
Live demo: /skeleton — run pnpm start:playground then visit http://localhost:4200/skeleton.
License
MIT — see LICENSE at the repository root.
