@proxymal/smoothui
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @proxymal/smoothui

Weekly Downloads

14

Version

1.5.0

License

none

Unpacked Size

147 kB

Total Files

34

Last publish

Collaborators

  • proxymal