1
0
Fork 0
docsearch/dev/app.js
2017-03-27 19:06:07 +02:00

10 lines
231 B
JavaScript

var docsearch = require('../index.js');
docsearch({
apiKey: 'e3d767b736584dbe6d4c35f7cf7d4633',
indexName: 'react-native',
inputSelector: '#search-input',
debug: true,
});
document.getElementById('search-input').focus();