0.1.0-apla.1 • Published 4 years ago

vue-breezy v0.1.0-apla.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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.