0.1.5 • Published 6 years ago

apisearch-autocomplete v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Autocomplete UI

This library is part of the Apisearch project.

Apisearch Autocomplete UI library is set of tools to build a full custom autocomplete search bar.

Getting started

This is the easiest way to create your first Autocomplete UI.

// Create an instance
const autocomplete = apisearchAutocomplete({
    appId: '234ede3Y',
    indexId: 'e3d223J',
    token: 'bc81352f-2115-47e8-aff9-cfe3d29ebbb7'
});

// Configure it!
autocomplete({
    inputTarget: '.apisearch-autocomplete',
    datasets: [{
        type: 'post',
        template: {
            header: '<h3>Posts</h3>',
            item: '<a href="{{metadata.url}}">{{metadata.title}}</a>'
        }
    }]
});

More resources:

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago