vue-breezy
v0.1.0-apla.1
Published
_Vue 3 components based on tailwind inspired by [tails](https://devdojo.com/tailwindcss/components)._
Downloads
4
Readme
Breezy
Vue 3 components based on tailwind inspired by tails.
Installation
# with yarn
yarn add breezy
# with npm
npm i -S breezy
import { createApp } from 'vue'
import Breezy from 'breezy'
import App from './App'
import './assets/tailwind.css'
createApp(App)
.use(Breezy)
.mount('#app')
Breezy requires tailwind to be installed separately.
Examples
Check the docs to see example components.