1.2.3 • Published 2 years ago

@tochno/ui v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Tochno UI

@tochno/ui is a Vue UI Library containing several components and directives for designing user interfaces. The library is based on Vue.js 3 and can easily be integrated in any existing project.

npm Version npm Downloads Build Status License

Documentation

Installation

# npm
npm i @tochno/ui

# or yarn
yarn add @tochno/ui

Import stylesheet file:

@import url('~@tochno/ui/dist/style.css');

Usage

// vue3/App.vue
<template>
  <div>
    <Button>Click me</Button>
  </div>
</template>

<script lang="ts">
  import { defineComponent } from 'vue'
  import { Button } from '@tochno/ui'
  
  export default defineComponent({
    name: 'App',
    components: { Button },
    setup() {},
  })
</script>

License

1.2.3

2 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

4 years ago

1.2.1

3 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago