Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 758 Bytes

search-ui-react.standardcard.md

File metadata and controls

26 lines (15 loc) · 758 Bytes

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

StandardCard() function

This Component renders the base result card.

Signature:

export declare function StandardCard(props: StandardCardProps<any>): JSX.Element;

Parameters

Parameter Type Description
props StandardCardProps<any> An object containing the result itself and any additional information needed to render the card

Returns:

JSX.Element

A React element for the result card