Customize search box in Vue.js

Overview

All components in the Vue.js suite are extendable and can be modified to handle custom layout, styles and behaviour. This is possible due to the built-in capability of the platform to attach templates as script tag and therefore supplying a dynamic structure of the presentation.

Goal

The aim of this section is to demonstrate how to extend various components from the HawksearchBox widget in Vue.js.

Prerequisite

Configured Hawksearch results widget using the Vue template.

Articles