文件名称:redux-typeahead:具有react-redux的Typeahead组件
文件大小:22KB
文件格式:ZIP
更新时间:2024-03-08 19:45:42
react typeahead typeahead-component redux-typeahead JavaScript
提前预定 用于React ES6和Redux的Typeahead组件 使用Redux和React ES6库编写的Typeahead。 特征 带有ES6支持的React15提前输入 使用Elasticsearch客户支持提前输入(使用elasticsearch软件包) Redux支持 入门 如果您正在使用npm和CommonJS模块进行开发: npm i redux-typeahead React . render ( // Pass in the desired props < Typeahead inputValue = { this . state . inputValue } onChange = { this . handleChange } onComplete = { this . handleComplete
【文件预览】:
redux-typeahead-master
----app.js(471B)
----package.json(3KB)
----webpack.config.js(904B)
----input.js(2KB)
----LICENSE(11KB)
----index.js(41B)
----utils()
--------rtl_chars_regexp.js(1KB)
--------neutral_chars_regexp.js(5KB)
--------get_text_direction.js(514B)
----README.md(14KB)
----style.css(776B)
----actions.js(1KB)
----reducers()
--------searchhints.js(260B)
--------searchkey.js(253B)
--------searchresults.js(267B)
----typeahead.js(17KB)
----aria_status.js(1KB)