tiny-vue/examples/docs/resources/mobile-first/md/button/plain-button.md

20 lines
431 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="demo-header">
<p class="overviewicon">
<span class="wapi-form-button"/>
</p>
## Button 按钮
<nova-uxlink widget-name="Button"></nova-uxlink>
常用的操作按钮,提供包括默认按钮、图标按钮、图片按钮、下拉按钮等类型。
</div>
### 线性按钮
配置 `plain` 属性为 true即可展示为线性按钮的形式。
<nova-demo-view link="button/plain.vue"></nova-demo-view>
<br />