@aeonjs/re-alert
v0.0.2-0
Published
> Alert component for @aeonjs/re.
Downloads
6
Readme
RE: Alert
Alert component for @aeonjs/re.
🔧 Installation
npm install @aeonjs/re-alert
🕹 Usage
import React from 'react'
import Alert from '@aeonjs/re-alert'
const MyComponent = props => {
return (
<Alert />
)
}