@chameleon-ds/alert

Chameleon alert

Usage no npm install needed!

<script type="module">
  import chameleonDsAlert from 'https://cdn.skypack.dev/@chameleon-ds/alert';
</script>

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