@cgi-learning-hub/ui
Version:
@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features
33 lines (32 loc) • 573 B
JavaScript
import { b as e } from "../../Alert-BeVYzSS-.js";
const s = {
title: "Components/Alert",
component: e
}, t = {
args: {
severity: "error",
children: "This is an alert of type error"
}
}, n = {
args: {
severity: "info",
children: "This is an alert of type info"
}
}, i = {
args: {
severity: "success",
children: "This is an alert of type success"
}
}, o = {
args: {
severity: "warning",
children: "This is an alert of type warning"
}
};
export {
t as Error,
n as Info,
i as Success,
o as Warning,
s as default
};