1
0
Fork 0
docsearch/dev/app.js
2015-12-23 15:00:37 +01:00

9 lines
210 B
JavaScript

import docsearch from '../index.js';
docsearch({
apiKey: '52a6d7ab710fcef44537c3cff5290e55',
indexName: 'tim_stripe',
inputSelector: '#search-input'
});
document.getElementById('search-input').focus();