In this article you will find:
Table of Contents |
---|
Overview
The Hawksearch results widget also has an implementation with ReactJS. This version provides the most common use cases of the search service.
...
This document provides information on setting up the Hawksearch results widget using ReactJS. Basic usage is covered in Selecting React or Vue Getting started and any additional information may be found here.
...
Info |
---|
Configured Hawksearch results widget. |
Steps for setup
Open the selected widget template file
Uncomment, if necessary, the part of the markup designated as React template. This should include a
div
element with attributedata-component="react-app"
ordata-component="react-app-bootstrap"
. It should be an emptydiv
element. Comment the part marked as Vue template.Save, re-build and refresh the page.