react-fuzzy-search::scroll: 一个用 React 编写的模糊搜索组件

时间:2024-06-20 07:21:59
【文件属性】:

文件名称:react-fuzzy-search::scroll: 一个用 React 编写的模糊搜索组件

文件大小:149KB

文件格式:ZIP

更新时间:2024-06-20 07:21:59

JavaScript

React模糊 React 中的模糊搜索 安装 npm install --save react-fuzzy 基本用法 const list = [ { id : 1 , title : 'The Great Gatsby' , author : 'F. Scott Fitzgerald' } , { id : 2 , title : 'The DaVinci Code' , author : 'Dan Brown' } , { id : 3 , title : 'Angels & Demons' , author : 'Dan Brown' } ] ; < FuzzySearch list = { list } keys = { [ 'author' , 'title' ] } width = { 430 }


【文件预览】:
react-fuzzy-search-master
----yarn.lock(194KB)
----.eslintrc.js(1KB)
----src()
--------stories()
--------tests()
--------index.js(7KB)
----.babelrc(48B)
----.npmignore(13B)
----.storybook()
--------webpack.config.js(489B)
--------config.js(242B)
--------user()
----CONTRIBUTING.md(410B)
----LICENSE(1KB)
----README.md(4KB)
----.scripts()
--------mocha_runner.js(711B)
--------prepublish.sh(396B)
--------user()
--------publish_storybook.sh(1KB)
--------get_gh_pages_url.js(314B)
----.gitignore(43B)
----.prettierrc.js(71B)
----package-lock.json(369KB)
----package.json(2KB)

网友评论