2019年5月31日

Ionic4.x 中的 UI 组件(UI Components) Slides 轮播图组件、Searchbar 组件、 Segment 组件

摘要: Slides 轮播图组件 Ionic4.x 中的轮播图组件是基于 swiper 插件,所以配置 slides 的属性需要在 swiper 的 api 中 找 Swiper Api:http://idangero.us/swiper/api/ <ion-header> <ion-toolbar> <i 阅读全文

posted @ 2019-05-31 17:43 LoaderMan 阅读(945) 评论(0) 推荐(0) 编辑

Ionic4.x 中的 UI 组件(UI Components)表单相关组件

摘要: 1、ion-input 单行文本框 2、ion-toggle 开关 3、ion-radio-group、ion-radio 单选按钮组 4、ion-checkbox 多选按钮组 5、ion-select 选择框 6、ion-textarea 多行文本框 <ion-list> <ion-item> < 阅读全文

posted @ 2019-05-31 16:44 LoaderMan 阅读(934) 评论(0) 推荐(0) 编辑

导航