Skip to content

Commit e069e85

Browse files
committed
docs: 📝 complete the Supported Blocks table
Add the Alert, Card, and Carousel rows that were missing from the readme, note the Header block's `level` (H1–H4) support, and realign the table now that "Data Visualization" is the widest block name. https://claude.ai/code/session_018T7Lik8eFCV8DMtTckZC6a
1 parent bc6446b commit e069e85

1 file changed

Lines changed: 21 additions & 18 deletions

File tree

readme.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -125,24 +125,27 @@ const blocks: Block[] = [
125125

126126
## Supported Blocks
127127

128-
| Block Type | Status | Notes |
129-
| --------------- | ------- | ------------------------------------------------------------ |
130-
| Section | ✅ Full | Text, fields, accessories, `expand` property |
131-
| Divider | ✅ Full | Horizontal divider |
132-
| Image | ✅ Full | Collapsible with alt text, `slack_file` support |
133-
| Context | ✅ Full | Images and text elements |
134-
| Header | ✅ Full | Large bold text |
135-
| Rich Text | ✅ Full | Lists, quotes, preformatted, sections, color elements |
136-
| Video | ✅ Full | Collapsible video embed |
137-
| Table | ✅ Full | Rows, columns, alignment |
138-
| Actions | ✅ Full | All interactive element types supported |
139-
| Input | ✅ Full | All input element types supported |
140-
| File | ✅ Full | Remote file display |
141-
| Context Actions | ✅ Full | Feedback buttons and icon buttons |
142-
| Markdown | ✅ Full | Standard markdown with GFM (tables, task lists, code blocks) |
143-
| Plan | ✅ Full | Sequential task display with status indicators |
144-
| Task Card | ✅ Full | Individual task with title, details, output, sources, status |
145-
| Data Visualization | ✅ Full | Line, bar, area, and pie charts with legend, axes, and "view as table" / CSV export |
128+
| Block Type | Status | Notes |
129+
| ------------------ | ------- | ------------------------------------------------------------ |
130+
| Section | ✅ Full | Text, fields, accessories, `expand` property |
131+
| Divider | ✅ Full | Horizontal divider |
132+
| Image | ✅ Full | Collapsible with alt text, `slack_file` support |
133+
| Context | ✅ Full | Images and text elements |
134+
| Header | ✅ Full | Large bold text with `level` (H1–H4) heading sizes |
135+
| Rich Text | ✅ Full | Lists, quotes, preformatted, sections, color elements |
136+
| Video | ✅ Full | Collapsible video embed |
137+
| Table | ✅ Full | Rows, columns, alignment |
138+
| Actions | ✅ Full | All interactive element types supported |
139+
| Input | ✅ Full | All input element types supported |
140+
| File | ✅ Full | Remote file display |
141+
| Context Actions | ✅ Full | Feedback buttons and icon buttons |
142+
| Markdown | ✅ Full | Standard markdown with GFM (tables, task lists, code blocks) |
143+
| Alert | ✅ Full | Status banner with info / warning / error / success levels |
144+
| Card | ✅ Full | Title, subtitle, body, image, icon, and action buttons |
145+
| Carousel | ✅ Full | Horizontally-scrollable gallery of up to 10 cards |
146+
| Plan | ✅ Full | Sequential task display with status indicators |
147+
| Task Card | ✅ Full | Individual task with title, details, output, sources, status |
148+
| Data Visualization | ✅ Full | Line, bar, area, and pie charts; legend, axes, table & CSV |
146149

147150
## Supported Elements
148151

0 commit comments

Comments
 (0)