ShowMore
ShowMore is used to display the progress status for a task that takes a long time or consists of several steps. It uses Ariakit's Disclosure component internally.
Imports
import {
ShowMore,
ShowMoreButton,
ShowMoreContent,
} from "@adaptui/react-tailwind";
💡
A complex component that supports customization as per the composition guide.
Usage
ShowMore Directions
ShowMore component comes with two directions vertical
& horizontal
API Reference
Prop | Type | Default |
---|---|---|
Button | React.ReactNode | Show more |
Last updated on July 27, 2022