Chip-choice is a component used to make single-select or multi-select selections.
npm install @fluid-topics/ft-chip-choiceChip-choice is a component used to make single-select or multi-select selections.
The appearance of chip-choice is based on the chip component, but the nature of chip-choice is different.
In multi-select mode, chip-choice behaves like a group of checkboxes.
In single-select mode, chip-choice behaves like a radiogroup.
``shell`
npm install @fluid-topics/ft-chip-choice
yarn add @fluid-topics/ft-chip-choice
`typescript
import { html } from "lit"
import "@fluid-topics/ft-chip-choice"
function render() {
return html
``
}