0.0.6 • Published 5 years ago

diograph-search-create v0.0.6

Weekly downloads
5
License
ISC
Repository
-
Last release
5 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

5 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago