1.0.2 • Published 5 months ago

@ct-taco/vue v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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.

  1. You need to have Tailwind CSS installed on your project - Tailwind CSS Installation.
  1. Install Click Outside Vue 3.
npm i click-outside-vue3
  1. Install @ct-taco/vue.
npm i @ct-taco/vue
  1. 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>
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.2

10 months ago

0.0.1

10 months ago