react-search-box:使用和为React构建的自动完成搜索框

时间:2024-05-18 13:05:07
【文件属性】:

文件名称:react-search-box:使用和为React构建的自动完成搜索框

文件大小:414KB

文件格式:ZIP

更新时间:2024-05-18 13:05:07

react autocomplete autocomplete-search react-autocomplete JavaScript

安装 npm i react-search-box --save 如果您更喜欢使用yarn ,则可以执行以下操作: yarn add react-search-box 用法 import React, { Component } from 'react' import ReactSearchBox from 'react-search-box' export default class App extends Component { data = [ { key: 'john', value: 'John Doe', }, { key: 'jane', value: 'Jane Doe', }, { key: 'mary', value: 'Mary Phillips',


【文件预览】:
react-search-box-master
----.gitignore(281B)
----.babelrc(227B)
----package.json(3KB)
----src()
--------components()
--------index.js(9KB)
----.travis.yml(34B)
----rollup.config.js(907B)
----README.md(3KB)
----example()
--------package.json(634B)
--------src()
--------public()
--------README.md(103KB)
--------yarn.lock(436KB)
----prettier.config.js(96B)
----.editorconfig(147B)
----yarn.lock(526KB)

网友评论