0.0.15 • Published 2 years ago

@eltacitos/tiny-vue-components v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago