czz-vue3-ui

1.0.0 • Public • Published

Vue3UI

基于Vue3, ts 组件库。

按钮 - Button

基本用法

::: demo 使用typeplaincircle等属性来设置样式

<template>
  <div>
    <UButton>默认按钮</UButton>
    <UButton type="primary">主要按钮</UButton>
    <UButton type="success">成功按钮</UButton>
    <UButton type="info">信息按钮</UButton>
    <UButton type="warning">警告按钮</UButton>
    <UButton type="danger">危险按钮</UButton>
  </div>
</template>

:::

Button Attributes

Name Description Type Default
size button size 'large'| 'default'| 'small'
type button type 'primary'| 'success'| 'warning'| 'danger'| 'info'\

/czz-vue3-ui/

    Package Sidebar

    Install

    npm i czz-vue3-ui

    Weekly Downloads

    15

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    51.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • zhizhuochen