0.0.22 • Published 11 months ago

@am-ogs/vue-ui v0.0.22

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Introduction

A set of Vuejs (v3) components build with Tailwindcss (v4), Fontawesome, and Iconify.

TailwindCss

Fontawesome

Iconify

Usage

  • npm i @am-ogs/vue-ui
  • pnpm add @am-ogs/vue-ui
  • yarn add @am-ogs/vue-ui

Config

  • in the tailwind.config.js file 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

11 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago