- Preparing search index...
- The search index is not available
@fold-dev/core
- Image(props): ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: {
alt?: string;
crossOrigin?: "anonymous" | "use-credentials";
errorContent?: ReactNode;
fallbackSrc?: string;
imageProps?: any;
loader?: boolean;
loading?: "eager" | "lazy";
objectFit?: "contain" | "cover" | "fill";
objectPosition?: string;
placeholder?: any;
placeholderComponent?: any;
sizes?: string;
src?: string;
srcSet?: string;
} & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>
Returns ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.