@uprise/alert
v1.1.5
Published
- [Installation](#installation) - [Quick Example](#quick-start)
Downloads
24
Keywords
Readme
Table of Contents
Installation
$ yarn add @uprise/Alert
# or
$ npm i @uprise/Alert --save
Quick Start
This will render an Alert notification:
import { Alert } from '@uprise/alert'
return <Alert type="primary">Hello world</Alert>