0.1.12 • Published 4 years ago

@yaroslav_ant/vuesual-library v0.1.12

Weekly downloads
545
License
-
Repository
-
Last release
4 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

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago