reactjs-search-box

1.2.0 • Public • Published

reactjs-search-box

Search box using reactjs

Installation

import ReactJsSearchBox from 'reactjs-search-box';

Usage

- Step 1: Include this on loader module 
- Step 2: 
    <ReactJsSearchBox ref={ref => this.reactJsSearchBox = ref}
            options={{ label: '', placeHolder: 'search' }} />

Capture

alt text

Tests

npm install
npm test

Deverlopment

npm install
npm run build:dev
open http://localhost:6996

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 1.0.0 Initial release
  • 1.1.0 Test, example, built
  • 1.1.1 Search with local datas
    • Initial component with local datas
    • Open match result with text input search
    • Example css for demo
  • 1.1.2 Built
  • 1.2.0 Support selected item with result and hover/selected style

Package Sidebar

Install

npm i reactjs-search-box

Weekly Downloads

0

Version

1.2.0

License

MIT

Last publish

Collaborators

  • lequangphuong