An alert component.
The ui-alerts
package contains the following:
npm install @instructure/ui-alerts
import React from 'react'
import { Alert } from '@instructure/ui-alerts'
const MyAlert = function () {
return <Alert>Hello alert</Alert>
}
An alert component.
The ui-alerts
package contains the following:
npm install @instructure/ui-alerts
import React from 'react'
import { Alert } from '@instructure/ui-alerts'
const MyAlert = function () {
return <Alert>Hello alert</Alert>
}
npm i @instructure/ui-alerts
6,830
9.10.2
MIT
322 kB
33