Hide long sections of content under a spoiler
Use Spoiler to hide a long section of content. Set the maxHeight prop to control the point at which content will be hidden under the spoiler and the show/hide control appears. If the content height is less than maxHeight , the spoiler will just render children.
hideLabel and showLabel props are required – they are used as the spoiler toggle button label in the corresponding state.
We Butter the Bread with Butter was founded in 2007 by Marcel Neumann, who was originally guitarist for Martin Kesici's band, and Tobias Schultka. The band was originally meant as a joke, but progressed into being a more serious musical duo. The name for the band has no particular meaning, although its origins were suggested from when the two original members were driving in a car operated by Marcel Neumann and an accident almost occurred. Neumann found Schultka "so funny that he briefly lost control of the vehicle." Many of their songs from this point were covers of German folk tales and nursery rhymes.
To control the expanded state, use expanded and onExpandedChange props. Note that the expanded prop does not have any effect on spoiler visuals if the content height is less than the given maxHeight .
Use onExpandedChange to subscribe to expanded state changes:
Control the transition duration by setting the transitionDuration prop (transition-duration CSS property in ms). To disable animations, set transitionDuration={0} :
The Spoiler component implements proper ARIA attributes for screen reader support:
Provide descriptive labels for showLabel and hideLabel props that clearly indicate the action:
If your button labels don't clearly describe the action for screen reader users, use the showAriaLabel and hideAriaLabel props to provide custom ARIA labels: