Appearance
mosowe-search-bar 搜索组件
uniapp/uni_modules组件
下载地址
依赖组件
uni-easyinput、uni-icons
兼容性
| 平台 | android | ios | 微信小程序 | H5 |
|---|---|---|---|---|
| 兼容 | √ | √ | √ | √ |
props
| 属性 | 类型 | 说明 | 默认 |
|---|---|---|---|
| modelValue | string | v-model值 | - |
| disabled | boolean | 搜索组件输入框是否禁用 | false |
| background | string | 背景色,rgb / 十六进制 / none | #ffffff |
| placeholder | string | 输入框提示语 | 请输入搜索内容 |
| showCancel | boolean | 是否显示取消按钮 | false |
| searchUrl | string | 当disabled=true时,点击组件需要跳转的地址,通常是一个搜索页 | '' |
| focus | boolean | 自动获取焦点 | false |
| small | boolean | 小号 | false |
| round | boolean | 两端半圆形 | false |
| sticky | boolean | sticky吸顶 | false |
slots
| slot | 说明 |
|---|---|
| left | 输入框左侧插槽 |
| right | 标题栏右侧插槽 |
示例代码
html
<mosowe-search-bar
focus
v-model="key"
>
</mosowe-search-bar>贡献者
mosowe
