Collapse

Collapse is a component that allows you to expand or collapse an element for display.

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

Usage

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

Change the Duration

To change the duration, set a number (in seconds) to duration.

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

Unmount on Exit

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

私の戦闘力は530000です。ですがもちろんフルパワーであなたと戦う気はありませんからご心配なく……

Disable Opacity Animation

To disable the opacity animation, set animationOpacity to false.

クリリンのことか……クリリンのことかーーーっ!!!!!
私の戦闘力は530000です。ですがもちろんフルパワーであなたと戦う気はありませんからご心配なく……

Add a Starting Height

To add a starting height, set a string or number to startingHeight.

私の戦闘力は530000です。
ですがもちろんフルパワーであなたと戦う気はありませんからご心配なく……

Props