1.2.27 • Published 9 months ago

@fluid-topics/ft-chip-choice v1.2.27

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Chip-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.

Install

npm install @fluid-topics/ft-chip-choice
yarn add @fluid-topics/ft-chip-choice

Usage

import { html } from "lit"
import "@fluid-topics/ft-chip-choice"

function render() {
    return html`
        <ft-chip-choice multiselect>
            <ft-chip-choice-option value="1">Option 1</ft-chip-choice-option>
            <ft-chip-choice-option value="2">Option 2</ft-chip-choice-option>
            <ft-chip-choice-option value="3">Option 3</ft-chip-choice-option>
        </ft-chip-choice>
    `
}
1.2.27

9 months ago

1.2.26

9 months ago

1.2.25

9 months ago

1.2.24

9 months ago

1.2.23

10 months ago

1.2.22

10 months ago

1.2.21

10 months ago

1.2.20

10 months ago

1.2.19

10 months ago

1.2.17

10 months ago

1.2.16

11 months ago

1.2.15

11 months ago

1.2.14

11 months ago

1.2.13

11 months ago

1.2.12

11 months ago

1.2.11

11 months ago

1.2.10

11 months ago

1.2.9

11 months ago

1.2.8

11 months ago

1.2.7

12 months ago

1.2.6

12 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.121

1 year ago

1.1.120

1 year ago

1.1.119

1 year ago

1.1.118

1 year ago

1.1.117

1 year ago