@instructure/ui-alerts
v10.10.0
Published
An alert component
Downloads
29,251
Maintainers
Keywords
Readme
category: packages
ui-alerts
An alert component.
Components
The ui-alerts
package contains the following:
Installation
npm install @instructure/ui-alerts
Usage
import React from 'react'
import { Alert } from '@instructure/ui-alerts'
const MyAlert = function () {
return <Alert>Hello alert</Alert>
}