0.1.12 • Published 3 years ago

@yaroslav_ant/vuesual-library v0.1.12

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

VueSual Lib

Install

npm install @yaroslav_ant/vuesual-library

Then, import and register the component:

import Vue from "vue";
import { VslBadge } from "@yaroslav_ant/vuesual-library";

Vue.component(VslBadge);

Import styles into top application level (main.js):

import "@yaroslav_ant/vuesual-library/src/assets/vsl-theme.scss";

Components

VslAvatar


VslBadge


VslButton

<VslButton @click="handleButtonClick">
  Оформить заказ
</VslButton>

Default values of props

PropertyTypeDefault value
variantstring "primary" | "secondary" | "tertiary" | "primary-outlined" | "secondary-outlined" | "tertiary-outlined""primary"
sizestring "default" | "small""default"
disabledbooleanfalse

VslBreadcrumbs


VslCheckbox

<VslCheckbox
  label="Label"
  @change="handleCheckboxChange"
/>

Default values of props

PropertyTypeDefault value
labelstring''

VslDropdown


VslMarquee

<VslMarquee :text="marqueeText" />
<VslMarquee>
  <pre><span>{{ marqueeText }}</span></pre>
</VslMarquee>

Default values of props

PropertyTypeDefault value
textstring''
durationnumber10
delaynumber0
repeatnumber | string"infinite"
pausedbooleanfalse
reversebooleanfalse

VslProgressCircular


VslQuote


VslRating


0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago