@alicd/cn-search-bar
v0.0.5
Published
--- category: Components type: UI Views component: Base chinese: 收纳式搜索栏 english: CNSearchBar ---
Downloads
7
Maintainers
Keywords
Readme
category: Components type: UI Views component: Base chinese: 收纳式搜索栏 english: CNSearchBar
规则
API
CNSearchBar
| 参数 | 说明 | 类型 | 默认值 |
| ------------ | ---------------------------------------------------------------------------------- | -------- | ------- |
| className | 自定义类名 | string
| N/A |
| style | 组件接受行内样式 | object
| N/A |
| icon | 组件收缩状态时显示的组件 | ReactNode
| <Icon type="search" />
|
| expanded | 组件当前是否处在展开状态 | boolean
| N/A |
| defaultExpanded | 默认情况下是否处于展开状态 | boolean
| false
|
| onExpandedChange | 用户点击按钮时触发的回调函数 | (expanded: boolean) => any
| N/A |