File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22A collection of UI components for bootstrap 4
33
44[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( )
5- [ ![ # of Components] ( https://img.shields.io/badge/total%20components-15 -green.svg )] ( )
5+ [ ![ # of Components] ( https://img.shields.io/badge/total%20components-24 -green.svg )] ( )
66
77![ Item Previews] ( imgs/item-previews.png )
88
Original file line number Diff line number Diff line change @@ -60,8 +60,10 @@ <h1>Components</h1>
6060</ script >
6161{% endraw %}
6262< script >
63- var client = algoliasearch ( "JALYH7QHOY" , "1a318d659306a2e6a21d83ffd6fff9e2" ) ;
63+ var client = algoliasearch ( "JALYH7QHOY" , "1a318d659306a2e6a21d83ffd6fff9e2" ) ;
6464 var index = client . initIndex ( 'bootstrap_components' ) ;
65+
66+
6567
6668 document . getElementById ( "search-input" ) . addEventListener ( "keyup" , function ( event ) {
6769 index . search ( document . getElementById ( "search-input" ) . value , function ( err , content ) {
You can’t perform that action at this time.
0 commit comments