Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/contributing/pages/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ Attributes:

- `title` (string) - optional
- `level` (string: `'info' | 'warning' | 'success'`) - optional, defaults to `'info'`

**Where to place alerts:**
- Make sure your alerts aren't breaking the flow of the content. For example, don't put an alert in between two paragraphs that explain a single concept. Use alerts sparingly; too many alerts on a single page can be overwhelming.

Make sure your alerts aren't breaking the flow of the content. For example, don't put an alert between two paragraphs that explain a single concept. Use alerts sparingly; too many alerts on a single page can be overwhelming.

**When to use which alert level:**

- **Info**: Use this to emphasize information that users should read. For example:
Expand Down
Loading