0.0.5 • Published 6 years ago

@alicd/cn-search-bar v0.0.5

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

category: Components type: UI Views component: Base chinese: 收纳式搜索栏

english: CNSearchBar

规则

API

CNSearchBar

参数说明类型默认值
className自定义类名stringN/A
style组件接受行内样式objectN/A
icon组件收缩状态时显示的组件ReactNode<Icon type="search" />
expanded组件当前是否处在展开状态booleanN/A
defaultExpanded默认情况下是否处于展开状态booleanfalse
onExpandedChange用户点击按钮时触发的回调函数(expanded: boolean) => anyN/A