CloseButton
CloseButton
is a component used primarily to trigger the close functionality of a component.
Import
import { CloseButton } from "@yamada-ui/react"
Usage
Editable example
<Wrap gap="md"> <For each={["sm", "md", "lg"]}> {(item, index) => <CloseButton size={item} key={index} />} </For> </Wrap>
Edit this page on GitHub