@tarojsx/ui
Version:
We reinvents the UI for Taro3+
25 lines (18 loc) • 403 B
text/mdx
title: SearchBar 搜索栏
## 示例
import { SearchBar } from '@tarojsx/ui'
import { UI } from '@/ui'
```jsx title="基础"
<SearchBar />
```
<UI>
{() => {
return <SearchBar />
}}
</UI>
## API
- [Taro UI 文档](https://taro-ui.jd.com/#/docs/searchbar)
- [`<SearchBar />`](../modules/_searchbar_.md)
- [`SearchBarProps`](../interfaces/_searchbar_.searchbarprops.md)