Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zendeskgarden/website/llms.txt
Use this file to discover all available pages before exploring further.
Well comes from the @zendeskgarden/react-notifications package. Use it to group related content on a page. It supports optional titles, multi-paragraph content, a floating (drop shadow) variant, and a recessed (darker background) variant.
If you need to expand and collapse content, use an Accordion instead.
For validation messages, use an Alert or Notification.
For growl-style notifications that float above page content, use a Notification.
Installation
Usage
Default
A basic Well with a title and inline text content.Recessed
A recessed Well has a filled background to differentiate it from the surrounding page. Use for sidebars, info boxes, or secondary content areas.Floating
A floating Well has a drop shadow that visually lifts the content off the page.Multi-line
UseWell.Paragraph for long-form content with multiple paragraphs inside a Well.
Component structure
Props
Well
Applies a filled background color to differentiate the Well from the page surface. Use for sidebars, info boxes, or secondary content areas.
Applies a drop shadow to lift the Well visually off the page.
Well.Title
Renders a title at the top of the Well with appropriate heading styles.Well.Paragraph
Renders a paragraph inside the Well with appropriate text and spacing styles. Use multipleWell.Paragraph elements for long-form content.