Chameleon chip
npm install @chameleon-ds/chip``js script
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" },
};
`
| Property Name | Type(s) | Default Value | Description |
| ------------- | ------- | ------------- | ------------------------------------- |
| closeable | Boolean | false | Whether or not the chip can be closed |value
| | String | "" | The chip's value |
`js preview-story
export const Default = () => html;`
`js preview-story
export const Closeable = () => html
;``