@ecsbase/empty-state
v0.2.0
Published
@ecsbase/empty-state — reusable building block.
Readme
@ecsbase/empty-state
Empty-state placeholder with title, message, and optional action button.
Install
pnpm add @ecsbase/empty-statePeer dependencies
@angular/common^20.0.0@angular/core^20.0.0@angular/material^20.0.0
Quick start
import { EmptyStateComponent } from '@ecsbase/empty-state';
@Component({
imports: [EmptyStateComponent],
template: `<ecs-empty-state title="No results" message="Try a different filter." />`,
})
export class Demo {}Playground
Live demo: /empty-state — run pnpm start:playground then visit http://localhost:4200/empty-state.
License
MIT — see LICENSE at the repository root.
