Home > @yext/search-ui-react > StandardCard
This Component renders the base result card.
Signature:
export declare function StandardCard(props: StandardCardProps<any>): JSX.Element;
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