Float

Float is a component used to fix elements to the edges of a container.

New

Usage

import { Float } from "@yamada-ui/react"
<Float />

Change the Display Position

To change the display position, specify placement such as start-start or end-center.

New
New
New
New
New
New
New
New
New

Change the Offset

If the size of the element causes it to be positioned unexpectedly, adjust it using offset.

New
New
New

Props

Similar Components

ZStack

ZStack is used to stack child elements in depth.

VStack

VStack is used to stack child elements vertically.

Wrap

Wrap is a component that has wrap set on Flex. It inherits convenient style shorthand from Flex.

Stack

Stack is a component that groups elements and provides spacing between child elements.

Spacer

Spacer is a component used to add space between elements.

SimpleGrid

SimpleGrid is a component that makes Grid simpler and more user-friendly.

Separator

Separator is a component that represents a division between elements.

Group

Group is a component that groups and attaches multiple elements together.

Used By Components & Hooks