Skip to content
Docs
Components
Feedback
Show More

ShowMore

ShowMore is used to display the progress status for a task that takes a long time or consists of several steps.

Imports

import {
  ShowMore,
  ShowMoreButton,
  ShowMoreContent,
  useShowMoreProps,
  useShowMoreState,
} 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

ButtonReact.ReactNodeShow more
Last updated on June 8, 2023