view-donnal

test

Usage no npm install needed!

<script type="module">
  import viewDonnal from 'https://cdn.skypack.dev/view-donnal';
</script>

README

Button插件参数:

 type:按钮类型,可选值为primary、ghost、dashed、text、info、success、warning、error或者不设置
 size: 按钮大小,可选值为large、small或者不设置
 radius	按钮圆角,可选值为阿拉伯数字	,单位为px
 html-type	设置button原生的type,可选值为button、submit、reset	

Input插件参数:

type 	输入框类型,可选值为 text、password、textarea、url、email、date等原生input类型
value 	绑定的值,可使用 v-model 双向绑定
size 	输入框尺寸,可选值为large、small或者不设置
clearable 	是否显示清空按钮
before		复合输入框开头的内容
after		复合输入框结尾的内容
autofocus	自动获取焦点    :autofocus="true"

注:输入框宽度默认宽度100%,如需修改宽度,可自行加内联style样式