@morpheme/multi-select
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Multi Select

Vue Multi Select Component.

Installation

npm

npm i @morpheme/multi-select

yarn

yarn add @morpheme/multi-select

pnpm

pnpm i @morpheme/multi-select

Usage

<script setup lang="ts">
import {ref} from 'vue';
import VMultiSelect from '@morpheme/multi-select';
import '@morpheme/multi-select/dist/style.css';

const items = ref([
  {
    text: 'Item 1',
    value: 1,
  },
  {
    text: 'Item 2',
    value: 2,
  },
  {
    text: 'Item 2',
    value: 2,
  },
]);

const selected = ref();
</script>

<template>
  <VMultiSelect v-model="selected" :items="items" />
</template>

Documentation

View full documentation here.

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-alpha.50canary
1.0.19latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.19
1.0.00
1.0.0-rc.130
1.0.0-rc.120
1.0.0-alpha.50
1.0.0-rc.100
1.0.0-rc.90
1.0.0-rc.73
1.0.0-alpha.10
1.0.0-rc.50
1.0.0-edge.110
1.0.0-edge.70
1.0.0-rc.42
1.0.0-edge.20
1.0.0-rc.30
1.0.0-alpha.1000
1.0.0-rc.10
1.0.0-canary.70
1.0.0-rc.00
1.0.0-canary2.750
1.0.0-next2.410
1.0.0-next.50
1.0.0-next.40
1.0.0-beta.110
1.0.0-next.400
1.0.0-next.390
1.0.0-beta.100
1.0.0-alpha.3090
1.0.0-alpha.2840
1.0.0-alpha.2860
1.0.0-alpha.2830
1.0.0-alpha.2820
1.0.0-alpha.2220
1.0.0-alpha.2060
1.0.0-alpha.1310
1.0.0-alpha.1300
1.0.0-alpha.880
1.0.0-beta.90
1.0.0-alpha.570
1.0.0-alpha.780
1.0.0-alpha.690
1.0.0-alpha.650
1.0.0-alpha.590
1.0.0-alpha.530
1.0.0-alpha.400
1.0.0-alpha.370
1.0.0-alpha.320
1.0.0-alpha.270
1.0.0-alpha.940
1.0.0-beta.80
1.0.0-alpha.130
1.0.0-alpha.60
1.0.0-beta.70
1.0.0-alpha.460
1.0.0-beta.60
1.0.0-beta.50

Package Sidebar

Install

npm i @morpheme/multi-select

Weekly Downloads

14

Version

1.0.1

License

MIT

Unpacked Size

123 kB

Total Files

26

Last publish

Collaborators

  • gravitano