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>
`;