1
0
Fork 0
docsearch/dev/app.js
2015-12-14 16:42:48 +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();