DvirH / vue-tailwind-elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Tailwind Elements

A light library of components based on Tailwind Elements and Tailwind for Vuejs. The documentation and examples are being building here. Currently, there are more than 30 components. Best and new components and features are coming. Feel free to make a pull request.

Instalation

  1. Set up the Tailwind configuration files. Follow this link to do it.

  2. Install from NPM:

npm install --save vue-tailwind-elements

Import in your main.js (or index.js) file and install it:

...
import 'vue-tailwind-elements/src/tailwind-forms.min.css';
import VueTailwindElements from 'vue-tailwind-elements';

Vue.use(VueTailwindElements);
...

Author

This library is created by Aarón Montes.

License

MIT

About

License:MIT License


Languages

Language:Vue 91.7%Language:JavaScript 8.2%Language:CSS 0.1%