1.2.3 • Published 6 months ago

@tochno/ui v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.2.1

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago