--- title: Spacer description: "`Spacer` is a component used to add space between elements." links: - source: https://github.com/yamada-ui/yamada-ui/tree/main/packages/react/src/components/spacer - storybook: https://yamada-ui.github.io/yamada-ui?path=/story/components-spacer--basic --- ```tsx Box Box Box Box ``` ## Usage ```tsx import { Spacer } from "@yamada-ui/react" ``` ```tsx import { Spacer } from "@/components/ui" ``` ```tsx import { Spacer } from "@workspaces/ui" ``` ```tsx ```