Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

jomurgel/react-search-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

React Search Component

A search component for react.

Usage

import Search from '../../components/search';

// Component usage.
<Search onQueryChange={ this.returnData } />

// Use dat as array.
returnData( response) {
    this.setState( { data: response } );
}

Info

This component will run a WP search in posts and return an array value of data up through props.

A slightly older itteraction (but functionally the same) can be seen in action here.

About

A search component for react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published