@chameleon-ds/alert
v2.0.1
Published
Chameleon alert
Downloads
6
Keywords
Readme
Chameleon Alert
import { html } from "@open-wc/demoing-storybook";
import "./chameleon-alert.js";
export default {
title: "Components|Feedback/Alert",
component: "chameleon-alert",
options: { selectedPanel: "storybookjs/docs/panel" },
};
Examples
Default
export const Default = () => html`
<chameleon-alert>
Riverside cleanup will meet at the Gateway Arch on Saturday!
</chameleon-alert>
`;