0.0.6 • Published 6 years ago

diograph-search-create v0.0.6

Weekly downloads
5
License
ISC
Repository
-
Last release
6 years ago

Diograph Search Create

Diograph Search-Create typeahead field as a React component

Usage

npm install diograph-search-create --save-dev
import { DiographSearchCreate } from "diograph-search-create"

constructor(props) {
  super(props)
  this.putInFocus = this.putInFocus.bind(this);
}

}
render() {
  return (
    <DiographSearchCreate onFocusClick={this.putInFocus}/>
  )
}

putInFocus(dioryId) {
  // Logic to put Diory with dioryId in focus
}

Development

npm start
0.0.6

6 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago