@tayeh/vue-components

Free and Open source Ui components, Ultimatly lightweight.

Usage no npm install needed!

<script type="module">
  import tayehVueComponents from 'https://cdn.skypack.dev/@tayeh/vue-components';
</script>

README


logo


GitHub release poi Bili



Intro

  • lightweight
  • simple
  • extendable
  • theme compatible

Screenshots


Install and Usage

# installing package
npm install --save @tayeh/vue-components

in your Vue main.js file

import Vue from 'vue';
import App from './App'
import TayehUi from '@tayeh/vue-components'

Vue.use(TayehUi)

new Vue({
  el: '#app',
  render: h => h(App)
})