Cards

Our cards provide a flexible and extensible content container with multiple variants and options. All the Card components compose Box. The Card usually contains a CardHeader and a CardBody.

Import#

import Card from "components/Card/Card"
import CardBody from "components/Card/CardBody"
import CardHeader from "components/Card/CardHeader"

Usage#

Profile Information

Hi, I’m Esthera Jackson, Decisions: If you can’t decide, the answer is no. If two equally difficult paths, choose the one more painful in the short term (pain avoidance is creating an illusion of equality).

Full Name:

Esthera Jackson

Mobile:

(44) 123 1234 123

Email:

esthera@simmmple.com

Location:

United States

Social Media:

<Card p="1rem" my={{ sm: "24px", xl: "0px" }}>
<CardHeader p="12px 5px" mb="12px">
<Text fontSize="lg" color={textColor} fontWeight="bold">
Profile Information
</Text>
</CardHeader>
<CardBody p="0px 5px">
<Flex direction="column">
<Text fontSize="md" color="gray.500" fontWeight="400" mb="30px">
Hi, I’m Esthera Jackson, Decisions: If you can’t decide, the answer is
no. If two equally difficult paths, choose the one more painful in the
short term (pain avoidance is creating an illusion of equality).
</Text>
<Flex alignItems="center" mb="18px">
<Text fontSize="md" color={textColor} fontWeight="bold" me="10px">
Full Name:{" "}
</Text>
<Text fontSize="md" color="gray.500" fontWeight="400">
Esthera Jackson
</Text>
</Flex>
<Flex alignItems="center" mb="18px">
<Text fontSize="md" color={textColor} fontWeight="bold" me="10px">
Mobile:{" "}
</Text>
<Text fontSize="md" color="gray.500" fontWeight="400">
(44) 123 1234 123
</Text>
</Flex>
<Flex alignItems="center" mb="18px">
<Text fontSize="md" color={textColor} fontWeight="bold" me="10px">
Email:{" "}
</Text>
<Text fontSize="md" color="gray.500" fontWeight="400">
esthera@simmmple.com
</Text>
</Flex>
<Flex alignItems="center" mb="18px">
<Text fontSize="md" color={textColor} fontWeight="bold" me="10px">
Location:{" "}
</Text>
<Text fontSize="md" color="gray.500" fontWeight="400">
United States
</Text>
</Flex>
<Flex alignItems="center" mb="18px">
<Text fontSize="md" color={textColor} fontWeight="bold" me="10px">
Social Media:{" "}
</Text>
<Flex>
<Link
href="#"
color="teal.300"
fontSize="lg"
me="10px"
_hover={{ color: "teal.300" }}
>
<Icon as={FaFacebook} />
</Link>
<Link
href="#"
color="teal.300"
fontSize="lg"
me="10px"
_hover={{ color: "teal.300" }}
>
<Icon as={FaInstagram} />
</Link>
<Link
href="#"
color="teal.300"
fontSize="lg"
me="10px"
_hover={{ color: "teal.300" }}
>
<Icon as={FaTwitter} />
</Link>
</Flex>
</Flex>
</Flex>
</CardBody>
</Card>

© 2021, Made with ❤️ by Creative Tim & Simmmple for a better web