Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shenzhongkang/React-Advanced-Search

React Advanced-Search Component. [高级搜索 | 联合搜索 | 多条件搜索]
https://github.com/shenzhongkang/React-Advanced-Search

antd input react search

Last synced: 8 days ago
JSON representation

React Advanced-Search Component. [高级搜索 | 联合搜索 | 多条件搜索]

Awesome Lists containing this project

README

        

### Advanced Search

![Demo](https://github.com/ShenZhongkang/React-Advanced-Search/blob/master/demo.png?raw=true)

#### Installation
> if published.
```bash
$ npm i advanced-search
```

#### Local Develop
```bash
$ npm i
$ npm start
```
> Open `http://localhost:3030`.

#### How to use?
```js
/**
* Local develop.
*/
import React from 'react';
import styles from './view.scss';
import AdvancedSearch from './app';

const View = () => {
const onSearch = params => {
console.log(params);
}
return (




);
};

export default View;
```

#### Change logs
| Version | PublishDate | Changes | Remark |
|---------|-------------|---------|--------|
| `v 0.0.1` | 2020.05.04 | Initial | Enjoy it! |