@chameleon-ds/chip

2.0.1 • Public • Published

Chameleon Chip

import { html } from "@open-wc/demoing-storybook";
import "./chameleon-chip.js";

export default {
  title: "Components|Data and Visualizations/Chip",
  component: "chameleon-chip",
  options: { selectedPanel: "storybookjs/docs/panel" },
};

Properties

Property Name Type(s) Default Value Description
closeable Boolean false Whether or not the chip can be closed
value String "" The chip's value

Examples

Default

export const Default = () => html` <chameleon-chip>Filter</chameleon-chip> `;

Closeable

export const Closeable = () => html`
  <chameleon-chip closeable>Filter</chameleon-chip>
`;

Readme

Keywords

none

Package Sidebar

Install

npm i @chameleon-ds/chip

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

18.5 kB

Total Files

7

Last publish

Collaborators

  • chuckhousley
  • zemptime
  • mandymichel
  • olerk16
  • tfreiner
  • kewalter
  • ryuhhnn