# Buttons(按钮)

v-btn (按钮)组件采Material Design设计主题风格,并增加众多的配置选项替换了标准的 html 按钮。 任何颜色助手类都可以用来改变背景或文字颜色。

# 使用

最简单的按钮包含大写文本、轻微的仰角、悬停效果和单击时的波纹效果。

# API

# 注意

# 示例

# 属性

# 块级按钮

添加block 属性,按钮将延占满可用的宽度。

# 凹陷

depressed buttons still maintain their background color, but have no box shadow.

# 浮动

浮动按钮是圆形的,通常包含一个图标。

# 图标

图标可以被用作按钮的主要内容。 这个属性是按钮变为圆角的,并且应用 text 属性样式.

# 加载器

Using the loading prop, you can notify a user that there is processing taking place. The default behavior is to use a v-progress-circular component but this can be customized.

# 轮廓

添加outlined 属性,按钮的边框颜色将继承自当前应用的按钮颜色。

# Plain(朴实)

应用plain属性, 按钮将会有较低的基准不透明度, 以响应 hover(悬停) 和 focus(聚焦) 事件。

# Rounded(圆角)

rounded buttons behave the same as regular buttons but have rounded edges.

# Sizing

Buttons can be given different sizing options to fit a multitude of scenarios.

# 文本

Text buttons have no box shadow and no background. Only on hover is the container for the button shown. When used with the color prop, the supplied color is applied to the button text instead of the background.

# 方块

tile buttons behave the same as regular buttons but have no border radius.

# 其他

# Raised

raised buttons have a box shadow that increases when clicked. This is the default style.

了解更多?

继续学习由 我们的团队 选择的相关内容,或通过使用下面的导航链接在页面之间跳转。
GitHub 上编辑此页面
最后更新:11/12/2024, 6:59:50 AM