test-vue-components
Learn how to use @lorena-cocora-updivision/test-vue-components components to quickly and easily create elegant and flexible pages using Tailwind CSS.
Getting Started
@lorena-cocora-updivision/test-vue-components 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
@lorena-cocora-updivision/test-vue-components
.
npm i @lorena-cocora-updivision/test-vue-components
- Congratulations 🥳, you did it, now you're ready to use @lorena-cocora-updivision/test-vue-components.
<script>
import { Button } from "@lorena-cocora-updivision/test-vue-components";
</script>
<template>
<Button>Click Me</Button>
</template>