Close Button
CloseButton is essentially a button with a close icon. It is used to trigger close functionality in components.
Import
import { CloseButton } from "@chakra-ui/react";
Usage
Button Size
Pass the size
prop to adjust the size of the close button. Values can be sm
,
md
or lg
.
Props
The CloseButton composes Box
component.
colorScheme
colorScheme
Description
Color Schemes for CloseButton
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
isDisabled
isDisabled
Description
If true
, the close button will be disabled.
Type
boolean
size
size
Type
"lg" | "md" | "sm"
Default
"md"
variant
variant
Description
Variants for CloseButton
are not implemented in the default theme. You can extend the theme to implement them.
Type
string