返回介绍

Ionic4 按钮组件 ion-button

发布于 2019-11-22 18:04:16 字数 3066 浏览 1189 评论 0 收藏 0

Ionic4 项目中我们可以使用 Ionic4 按钮组件 ion-button 对项目进行布局。

ion-button 官方文档地址:https://ionicframework.com/docs/api/button

Buttons provide a clickable element, which can be used in forms, or anywhere that needs simple, standard button functionality. They may display text, icons, or both. Buttons can be styled with several attributes to look a specific way.

Expand

This attribute lets you specify how wide the button should be. By default, buttons are inline blocks, but setting this attribute will change the button to a full-width block element.

ValueDetails
blockFull-width button with rounded corners.
fullFull-width button with square corners and no border on the left or right.

Fill

This attributes determines the background and border color of the button. By default, buttons have a solid background unless the button is inside of a toolbar, in which case it has a transparent background.

ValueDetails
clearButton with a transparent background that resembles a flat button.
outlineButton with a transparent background and a visible border.
solidButton with a filled background. Useful for buttons in a toolbar.

Size

This attribute specifies the size of the button. Setting this attribute will change the height and padding of a button.

ValueDetails
smallButton with less height and padding. Default for buttons in an item.
defaultButton with the default height and padding. Useful for buttons in an item.
largeButton with more height and padding.

ion-button 用法 Usage

<ion-button>Default</ion-button> <ion-button [disabled]="true">Disabled</ion-button>

ion-button 属性 Properties

buttonType

Description

The type of button.

Attributebutton-type
Typestring
Default'button'

color

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文