Skip to content

Commit

Permalink
Add example links
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiai committed Feb 11, 2020
1 parent 96084ff commit a9fa835
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ effortlessly.
</script>
```

A basic example is located in the [examples folder](https://github.com/AddSearch/search-ui/tree/master/examples/basic/index.html)
and it can be tested with a browser [here](https://demo.addsearch.com/search-ui-examples/basic/).

## Examples
Basic example
- [Try it out](https://demo.addsearch.com/search-ui-examples/basic/)
- [View source code](https://github.com/AddSearch/search-ui/tree/master/examples/basic/index.html)

Advanced example with all components
- [Try it out](https://demo.addsearch.com/search-ui-examples/components/)
- [View source code](https://github.com/AddSearch/search-ui/tree/master/examples/components/index.html)

## Search UI instance and configuration
To create a Search UI instance, call the constructor ```new AddSearchUI(client, conf)```
Expand Down

0 comments on commit a9fa835

Please sign in to comment.