Block Kit is Slack's UI framework for creating rich, interactive messages, modals, and Home tabs. It uses a JSON-based structure with three main components:
| Messages | 50 | Notifications, bot responses, channel posts | | Modals | 100 | Forms, confirmations, multi-step workflows | | Home tabs | 100 | App dashboards, user-specific content |
| invalidblocks | Malformed JSON | Validate in Block Kit Builder | | toomanyblocks | Exceeds limit | Reduce to 50 (msg) or 100 (modal) | | invalidelement | Wrong element in block | Check element compatibility | | missingtext | Required text missing | Add text or fields to Section |
Cree interfaces de usuario de Slack Block Kit para mensajes, modales y pestañas de Inicio. Úselo al crear notificaciones de Slack, formularios interactivos, respuestas de bot, paneles de aplicaciones o cualquier interfaz de usuario de Slack. Cubre bloques (Sección, Acciones, Entrada, Encabezado), elementos (Botones, Selecciones, Selectores de fecha), objetos de composición y la biblioteca slack-block-builder. Fuente: linehaul-ai/linehaulai-claude-marketplace.