{ "name": "image", "snippet": null, "examples": [ { "name": "image-basic", "content": "export const ImageBasic = () => (\n \"Dan\n)\n", "hasSnippet": false, "importPaths": [ "import { Image } from \"@chakra-ui/react\"" ], "importPath": "import { Image } from \"@chakra-ui/react\"" }, { "name": "image-circular", "content": "export const ImageCircular = () => (\n \n)\n", "hasSnippet": false, "importPaths": [ "import { Image } from \"@chakra-ui/react\"" ], "importPath": "import { Image } from \"@chakra-ui/react\"" }, { "name": "image-with-aspect-ratio", "content": "export const ImageWithAspectRatio = () => {\n return (\n \n )\n}\n", "hasSnippet": false, "importPaths": [ "import { Image } from \"@chakra-ui/react\"" ], "importPath": "import { Image } from \"@chakra-ui/react\"" }, { "name": "image-with-fit", "content": "export const ImageWithFit = () => (\n \n)\n", "hasSnippet": false, "importPaths": [ "import { Image } from \"@chakra-ui/react\"" ], "importPath": "import { Image } from \"@chakra-ui/react\"" }, { "name": "image-with-height", "content": "export const ImageWithHeight = () => {\n return (\n \n )\n}\n", "hasSnippet": false, "importPaths": [ "import { Image } from \"@chakra-ui/react\"" ], "importPath": "import { Image } from \"@chakra-ui/react\"" }, { "name": "image-with-html-height", "content": "export const ImageWithHtmlHeight = () => {\n return (\n \n )\n}\n", "hasSnippet": false, "importPaths": [ "import { Image } from \"@chakra-ui/react\"" ], "importPath": "import { Image } from \"@chakra-ui/react\"" } ] }