1.1.5 • Published 6 years ago
@uprise/alert v1.1.5
Table of Contents
Installation
$ yarn add @uprise/Alert
# or
$ npm i @uprise/Alert --saveQuick Start
This will render an Alert notification:
import { Alert } from '@uprise/alert'return <Alert type="primary">Hello world</Alert>