0.0.2 • Published 1 year ago
material-tailwind-vue v0.0.2
Material Tailwind Vue
Getting Started
Learn how to use material-tailwind-vue components to quickly and easily create elegant and flexible pages using Tailwind CSS.
material-tailwind-vue
is working with Tailwind CSS classes and you need to have Tailwind CSS installed on your project.
- Install
material-tailwind-vue
npm i material-tailwind-vue
- Once you install
material-tailwind-vue
, you'll need to adjust your tailwind CSS settings from your config file.
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
"./node_modules/material-tailwind-vue/**/*.js",
],
theme: {
extend: {},
},
plugins: [],
};
- Congratulations 🥳👌, you did it, now you're ready to use
material-tailwind-vue
.
Contributing
Contributing are always welcome!