Switching to classic Search Modal
Switching ot the classic search modal (React-UI)
- Where you wrap your app in
<DepictProvider>
, import and pass in theClassicSearchModal
into thesearch
property, assearchModalComponent
.
- Where you import the Depict UI SCSS, set the
$search-modal-layout
variable to"classic"
.
Was this page helpful?