0.0.22 • Published 10 months ago
@am-ogs/vue-ui v0.0.22
Introduction
A set of Vuejs (v3) components build with Tailwindcss (v4), Fontawesome, and Iconify.
TailwindCss
Fontawesome
Iconify
Usage
npm i @am-ogs/vue-uipnpm add @am-ogs/vue-uiyarn add @am-ogs/vue-ui
Config
- in the
tailwind.config.jsfile of your VueJs app:
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}',
'node_modules/@am-ogs/vue-ui/**/*.js', // <<-- this is important
],
...In a component
<template>
<div class="mt-10 text-center">
<BaseButton
text="Log In"
@click="handleLogin"
:disabled="disabled"
/>
</div>
</template>
<script setup lang="ts">
import { BaseButton } from '@am-ogs/vue-ui'
</script>0.0.22
10 months ago
0.0.21
10 months ago
0.0.20
10 months ago
0.0.19
10 months ago
0.0.18
11 months ago
0.0.17
11 months ago
0.0.16
11 months ago
0.0.15
11 months ago
0.0.14
12 months ago
0.0.13
12 months ago
0.0.12
12 months ago
0.0.11
12 months ago
0.0.10
12 months ago
0.0.9
12 months ago
0.0.8
12 months ago
0.0.7
12 months ago
0.0.6
12 months ago
0.0.5
12 months ago
0.0.4
12 months ago
0.0.3
12 months ago
0.0.2
12 months ago
0.0.1
12 months ago