2.1.7 • Published 2 years ago

hzx-ui v2.1.7

Weekly downloads
3
License
ISC
Repository
-
Last release
2 years ago

快速安装

  npm install  hzx-ui --save

  yarn add  hzx-ui --save

整体引入

  import { createApp } from 'vue'
  import App from '@/App.vue'
  import hzx-ui from 'hzx-ui'
  import '../node_modules/hzx-ui/dist/hzxui.css'

  const app = createApp(App)
  app.use(hzx-ui)
  app.mount('#app')

支持按需引用

  import { hButton, hInput } from 'hzx-ui'

使用示例

<h-button size="normal">默认大小</h-button>
<h-button type="primary" size="normal">默认大小</h-button>
<h-button type="success" size="medium">中等大小</h-button>
<h-button type="warn" size="medium">中等大小</h-button>
<h-button type="danger" size="small">小型按钮</h-button>
<h-button type="info" size="mini">超小按钮</h-button>
<h-button type="dashed" size="mini">超小按钮</h-button>
1.1.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

0.0.2

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.7

2 years ago

0.0.1

5 years ago