Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 857 Bytes

search-ui-react.standardsection.md

File metadata and controls

26 lines (15 loc) · 857 Bytes

Home > @yext/search-ui-react > StandardSection

StandardSection() function

A component that displays all the results for a vertical using a standard section template.

Signature:

export declare function StandardSection<T>(props: StandardSectionProps<T>): JSX.Element | null;

Parameters

Parameter Type Description
props StandardSectionProps<T> StandardSectionProps

Returns:

JSX.Element | null

A React element for a standard section, or null if there are no results to display