3.4.0 • Published 9 months ago
@propellerads/alert v3.4.0
Alert
Installation
yarn add @propellerads/alert
ornpm install @propellerads/alert -S
How to use
import Alert, {ALERT_TYPES} from '@propellerads/alert';
- And render
<Alert type={ALERT_TYPES.DANGER}>Your text</Alert>