Home > @yext/search-ui-react > StandardSection
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;
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