1.0.0 • Published 1 year ago

czz-vue3-ui v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

NameDescriptionTypeDefault
sizebutton size'large'\| 'default'\| 'small'
typebutton type'primary'\| 'success'\| 'warning'\| 'danger'\| 'info'\ | —
1.0.0

1 year ago

0.0.0

1 year ago