0.4.4 • Published 1 year ago

tass-ui v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago
  • 💪 Vue 3 Composition API
  • 🔥 Written in TypeScript

Install

npm i tass-ui -S

Quick Start

<template>
    <tass-button type="primary">Button</tass-button>
</template>
// main.ts
import { createApp } from 'vue';
import App from './App.vue';
import TassUI from 'tass-ui';
import 'tass-ui/es/style.css';
const app = createApp(App);
app.use(TassUI).mount('#app');

Document

LICENSE

MIT

Contributors

This project exists thanks to all the people who contribute.

And thank you to all our backers! 🙏

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago