New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chameleon-ds/chip

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chameleon-ds/chip

Chameleon chip

2.0.1
latest
Source
npm
Version published
Weekly downloads
2
Maintainers
6
Weekly downloads
 
Created
Source

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 NameType(s)Default ValueDescription
closeableBooleanfalseWhether or not the chip can be closed
valueString""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>
`;

FAQs

Package last updated on 22 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts