You are viewing docs on Elastic's new documentation system, currently in technical preview. For all other Elastic docs, visit elastic.co/guide.

Using with Vue.js

While Search UI doesn't have a component library for Vue.js, you can still use them together, just with a little extra work.

To achieve that you'll need to import and work directly with Search UI Core API. Read a short Architecture guide for high-level overview on the approach.

Once you're familiar with the concept of Search UI core, the following docs will give you deeper dive into available APIs:

Example

The following demo is a good starting point for your Search UI implementation. The source code is available on GitHub: https://github.com/elastic/search-ui/tree/main/examples/vue

On this page