Skip to content

creativetimofficial/taco-vue-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published