0.1.0 • Published 10 months ago

yahee-ui v0.1.0

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

YaheeComponents

Document & Online preview

Install & Use

pnpm i yahee-ui
# or
npm install yahee-ui
# or
yarn add yahee-ui

Import and register component

Global

import { createApp } from 'vue'
import App from './App.vue'

import YaheeUI from 'yaheee-ui'
import 'yahee-ui/css'

const app = createApp(App)
app.use(YaheeUI)

Local

<script setup lang="ts">
import { YaheeButton } from 'yahee-ui'
import 'yahee-ui/css'
</script>

Project

  • Get the project code
git clone https://github.com/yahee-ui.git
  • Install dependencies
cd yahee-ui

pnpm i
  • Run project
pnpm dev

Components

Component nameDescriptionsComponent nameDescriptions
YaheeButton按钮Button按钮
0.1.0

10 months ago

0.0.9

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago