0.0.7 • Published 10 months ago

@ngx-bio-components/alert v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@ngx-bio-components/alert

import { BioAlertModule } from '@ngx-bio-components/alert';
<bio-alert [alert]="alert"></bio-alert>
export type Alert = {
    type?: 'error' | 'success' | 'warning' | 'info';
    messages?: string[];
    message?: string;
    headerText?: string;
    show?: boolean;
};

warning

error with header text and messages array

success

info

0.0.7

10 months ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago