clay-autocomplete
v2.24.1
Published
Metal ClayAutocomplete component
Downloads
3,056
Readme
ClayAutocomplete
Autocomplete consumes local and remote data, you can use the dataSource
API for this by passing the URL where your data is or the local data.
Setup
Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.
Install local dependencies:
npm install
- Build the code:
npm run build
- Open the demo at demos/index.html on your browser.
Contribute
We'd love to get contributions from you! Please, check our Contributing Guidelines to see how you can help us improve.