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 "@renderlesskit/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 18, 2022