{ "name": "center", "snippet": null, "examples": [ { "name": "center-basic", "content": "export const CenterBasic = () => {\n return (\n
\n This will be centered\n
\n )\n}\n", "hasSnippet": false, "importPaths": [ "import { Box, Center } from \"@chakra-ui/react\"" ], "importPath": "import { Center } from \"@chakra-ui/react\"" }, { "name": "center-with-absolute", "content": "export const CenterWithAbsolute = () => {\n return (\n \n \n \n \n \n )\n}\n", "hasSnippet": false, "importPaths": [ "import { AbsoluteCenter, Box } from \"@chakra-ui/react\"", "import { LuPhone } from \"react-icons/lu\"" ], "importPath": "import { Center } from \"@chakra-ui/react\"", "npmDependencies": [ "react-icons" ] }, { "name": "center-with-circle", "content": "export const CenterWithCircle = () => {\n return (\n \n \n \n )\n}\n", "hasSnippet": false, "importPaths": [ "import { Circle } from \"@chakra-ui/react\"", "import { LuPhoneForwarded } from \"react-icons/lu\"" ], "importPath": "import { Center } from \"@chakra-ui/react\"", "npmDependencies": [ "react-icons" ] }, { "name": "center-with-icons", "content": "export const CenterWithIcons = () => {\n return (\n \n
\n \n
\n\n
\n \n 1\n \n
\n
\n )\n}\n", "hasSnippet": false, "importPaths": [ "import { Box, Center, HStack } from \"@chakra-ui/react\"", "import { LuPhone } from \"react-icons/lu\"" ], "importPath": "import { Center } from \"@chakra-ui/react\"", "npmDependencies": [ "react-icons" ] }, { "name": "center-with-inline", "content": "export const CenterWithInline = () => {\n return (\n \n
\n Visit Chakra UI\n \n
\n \n )\n}\n", "hasSnippet": false, "importPaths": [ "import { Box, Center, Link } from \"@chakra-ui/react\"", "import { LuArrowRight } from \"react-icons/lu\"" ], "importPath": "import { Center } from \"@chakra-ui/react\"", "npmDependencies": [ "react-icons" ] }, { "name": "center-with-square", "content": "export const CenterWithSquare = () => {\n return (\n \n \n \n )\n}\n", "hasSnippet": false, "importPaths": [ "import { Square } from \"@chakra-ui/react\"", "import { LuPhoneForwarded } from \"react-icons/lu\"" ], "importPath": "import { Center } from \"@chakra-ui/react\"", "npmDependencies": [ "react-icons" ] } ] }