1.5.0 • Published 5 months ago

@proxymal/smoothui v1.5.0

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

Installation

You can install SmoothUI package via npm/pnpm:

# NPM
npm i @proxymal/smoothui

# PNPM
pnpm add @proxymal/smoothui

Usage

Add global styles to your Vue's main.ts file.

// src/main.ts
import '@proxymal/smoothui/style.css';

Now you can use Vue components in your app easily:

<script setup lang="ts">
import { KitButton } from '@proxymal/smoothui';
</script>

<template>
	<KitButton size="md" color="primary">Hello world!</KitButton>
</template>
1.5.0

5 months ago

1.4.9

6 months ago

1.4.8

6 months ago

1.4.7

6 months ago

1.4.6

6 months ago

1.4.5

6 months ago

1.4.4

6 months ago

1.4.3

6 months ago

1.4.2

6 months ago

1.4.1

6 months ago

1.4.0

7 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago