SearchstaxInputWidget for React The SearchstaxInputWidget component for React provides a search input with autosuggest/autocomplete functionality. Usage Props inputTemplate The inputTemplate prop allows customizing the input UI. It receives the following… Continue reading SearchstaxInputWidget React
SearchStudio Category: Search UI Kit
SearchstaxInputWidget for Vue
SearchstaxInputWidget Vue The SearchstaxInputWidget provides a search input box with autosuggest/autocomplete functionality. Usage Props Slots #input Allows customizing the input box UI. Slot props: Usage Example Questions? Do not hesitate… Continue reading SearchstaxInputWidget for Vue
SearchstaxInputWidget Angular
SearchstaxInputWidget for Angular The SearchstaxInputWidget component for Angular provides a search input with autosuggest/autocomplete functionality. Usage Import the component: Add it to the template: Inputs Methods Template Binding Properties The… Continue reading SearchstaxInputWidget Angular
SearchstaxResultWidget React
Searchstax ResultWidget React The SearchstaxResultsWidget for React component displays the search results. Usage Props noResultTemplate Customize the no results UI. It receives: resultsTemplate Customize the results UI. It receives: Example… Continue reading SearchstaxResultWidget React
SearchstaxResultWidget for Vue
Searchstax ResultWidget for Vue The SearchstaxResultsWidget component displays the search results. Props Slots #noResult Custom content when no results are found. #results Custom template for rendering the results. Slot props:… Continue reading SearchstaxResultWidget for Vue
SearchstaxResultWidget Angular
Searchstax ResultWidget Angular The SearchstaxResultsWidget for Angular component displays the search results. Usage Import the component: Add it to the template: Inputs Properties Methods Template Binding Properties The noResultsTemplate provides… Continue reading SearchstaxResultWidget Angular
SearchstaxFacetsWidget React
SearchstaxFacetsWidget React The SearchstaxFacetsWidget component displays the search facets. Usage Props Template Props Customize the UI by passing template functions. facetsTemplateDesktop Renders the desktop facets UI. Receives: facetsTemplateMobile Renders the… Continue reading SearchstaxFacetsWidget React
SearchstaxFacetsWidget for Vue
SearchstaxFacetsWidget for Vue The SearchstaxFacetsWidget component displays the facet filters. Props Slots #desktopFacets Custom template for desktop facets. Slot props: #mobileFacets Custom template for mobile facets. Slot props: Usage The… Continue reading SearchstaxFacetsWidget for Vue
SearchstaxFacetsWidget Angular
SearchstaxFacetsWidget Angular The SearchstaxFacetsWidget for Angular component displays the search facets. Usage Import the component: Add to template: Inputs Properties Methods Template Binding Properties templateOverrideDesktop provides: templateOverrideMobile provides: See Example… Continue reading SearchstaxFacetsWidget Angular
Searchstax-PaginationWidget React
Searchstax PaginationWidget React The SearchstaxPaginationWidget for React displays pagination controls for search results. Usage Props paginationTemplate Customize the pagination UI. It receives: Example The paginationData object contains: Questions? Do not… Continue reading Searchstax-PaginationWidget React