1.1.3 • Published 9 months ago

@livestorm/ui-vue v1.1.3

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Livestorm Vue Components Library

Install

npm install @livestorm/ui-vue

Storybook

All the components are described in our Storybook: https://storybook.livestorm.co

Usage

Import style:

import "@livestorm/ui-vue/dist/style.css";

Use components in your Vue files:

<template>
  <div>
    <LsButton class="base-button-primary"> Hello World </LsButton>

    <LsCheckbox
      :value="true"
      label="My label"
      for-id="my-id"
      tooltip="My tooltip"
    />
  </div>
</template>

<script>
  import { LsButton, LsCheckbox } from "@livestorm/ui-vue";

  export default {
    components: {
      LsButton,
      LsCheckbox,
    },
  };
</script>

Compatibility

Compatible with Vue 2 only for now. Support for Vue 3 is coming.

1.1.3

9 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.1.2

11 months ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago