Skip to content

Instantly share code, notes, and snippets.

@vutran
Last active September 12, 2017 14:08
Show Gist options
  • Save vutran/3a68e669eb707c03645159b46da2b54d to your computer and use it in GitHub Desktop.
Save vutran/3a68e669eb707c03645159b46da2b54d to your computer and use it in GitHub Desktop.
Omnibar Demos
import Omnibar from 'omnibar';
import EchoExtension from './EchoExtension';
class App extends React.Component {
render() {
<Omnibar
placeholder="Enter an expression"
extensions={[EchoExtension]} />
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment