@instructure/ui-alerts
v11.6.0
Published
An alert component
Maintainers
Keywords
Readme
ui-alerts
An alert component.
Components
The ui-alerts package contains the following:
Installation
npm install @instructure/ui-alertsUsage
import React from 'react'
import { Alert } from '@instructure/ui-alerts'
const MyAlert = function () {
return <Alert>Hello alert</Alert>
}