@ct-taco/vue
v1.0.2
Published
Learn how to use @ct-taco/vue components to quickly and easily create elegant and flexible pages using Tailwind CSS.
Downloads
4
Readme
Taco Vue components
Learn how to use @ct-taco/vue components to quickly and easily create elegant and flexible pages using Tailwind CSS.
Getting Started
@ct-taco/vue is working with Tailwind CSS classes and Click Outside Vue 3.
- You need to have Tailwind CSS installed on your project - Tailwind CSS Installation.
- Install Click Outside Vue 3.
npm i click-outside-vue3
- Install
@ct-taco/vue
.
npm i @ct-taco/vue
- Congratulations 🥳, you did it, now you're ready to use @ct-taco/vue.
<script>
import { Button } from "@ct-taco/vue";
</script>
<template>
<Button>Click Me</Button>
</template>