Slide

Slide is a component that shows or hides an element from the corners of the page.

クリリンのことか……クリリンのことかーーーっ!!!!!

Usage

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

Change Placement

To change the placement, set placement to "block-start", "block-end", "inline-start", or "inline-end". Default is "inline-end".

クリリンのことか……クリリンのことかーーーっ!!!!!

Change Duration

To change the duration, set a number (in seconds) to duration. Default is { enter: 0.4, exit: 0.3 }.

クリリンのことか……クリリンのことかーーーっ!!!!!

Unmount on Exit

To unmount the component when it is not visible, set unmountOnExit to true.

Delay

If you want to delay the switch, set a numerical value (seconds) to delay.

クリリンのことか……クリリンのことかーーーっ!!!!!

Props