0.0.15 • Published 3 years ago

@eltacitos/tiny-vue-components v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@eltacitos/tiny-vue-toggle

npm (scoped) NPM Downloads NPM Downloads

Just a bundles of tiny Vue 3 components with TypeScript.

Currently, containing only a Toggle Switch.

Install

$ npm i @eltacitos/tiny-vue-toggle

Properties

NameTypeDefaultDescription
colorstring, object'#666666'Color for the background of the toggle
handle-colorstring, object'#ffffff'Color for the handle on the toggle
widthstringautoSet the width of the toggle
valuebooleanfalseState of the toggle

Events

NameDescription
changeTriggered whenever state of the component changes. $event = new state
update:valueSame as 'change' but is used with v-model:value
0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago