Table of Contents
Well
A Well is a container that groups related content.
Used for this
- To group related content
Not for this
- To expand and collapse content, use an Accordion
- For validation messages, use an Alert
- For growl-style notifications that float above the page content, use a Notification
How to use it
Default
The typical usage of a Well component.
Floating
A floating Well has a drop shadow that lifts the content off the page.
Multi-line
A multi-line Well allows for a title and long-form content.
Recessed
A recessed Well has a background to differentiate it from the rest of the page.
Configuration
- Name9.0.0-next.26•View source•View on npm
- Installnpm install @zendeskgarden/react-notifications
- Depsnpm install react react-dom styled-components @zendeskgarden/react-theming
- Importimport { Well } from '@zendeskgarden/react-notifications'
API
Well
Prop name | Type | Default | Description |
---|---|---|---|
isFloating | boolean | Applies a drop shadow | |
isRecessed | boolean | Applies a background color |
Well.Paragraph
Extends HTMLAttributes<HTMLParagraphElement>
Well.Title
Extends HTMLAttributes<HTMLDivElement>
Prop name | Type | Default | Description |
---|---|---|---|
isRegular | boolean | Applies regular (non-bold) font weight |