@zaifer/peachui
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

Peach UI 🍑 Vue components

Peach UI 🍑

Vue component library for easy web development.

Features

Install

# npm
npm i @zaifer/peachui

# yarn
yarn add @zaifer/peachui

Vue plugin

import Vue from "vue";
import PeachUI from "@zaifer/peachui";

Vue.use(PeachUI);

Nuxt module

// nuxt.config.js
export default defineNuxtConfig({
    modules: ["@zaifer/peachui/nuxt"],
});

Use

Local component

<script setup>
import { PButton } from "@zaifer/peachui";
</script>

<template>
    <p-button class="btn-primary"> Peach Button </p-button>
</template>

Package Sidebar

Install

npm i @zaifer/peachui

Weekly Downloads

0

Version

0.3.2

License

MIT

Unpacked Size

2.16 MB

Total Files

357

Last publish

Collaborators

  • zaifer