Skip to content

✨ Smooth UI Kit library with components for Vue 3.

Notifications You must be signed in to change notification settings

qrailibs/SmoothUI

Repository files navigation

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>

About

✨ Smooth UI Kit library with components for Vue 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published