Overview
Tables are rendered with Qwik-docs styling (ported from Astro Starlight) through the markdown design tokens.
Basic Table
| Name | Type | Description |
|---|
title | string | Page title |
description | string | Meta description |
draft | boolean | Draft flag |
sidebar | object | Sidebar overrides |
Column Alignment
| Left-aligned | Center-aligned | Right-aligned |
|---|
| Text | Text | Text |
| Longer text | Longer text | Longer text |
| 1 | 2 | 3 |
| Short | Medium length | Quite long text here |
Wide Table
| Component | Package | Type | Props | CSS Classes | Description |
|---|
| Hero | components | Mitosis | title, tagline, actions, imageSrc | .hero, .stack, .copy | Landing page hero section |
| Banner | components | Mitosis | content | .sl-banner | Top notification bar |
| Icon | components | Mitosis | name, label, color, size | .sl-icon | SVG icon renderer |
| Header | framework | Qwik | — (context) | .header, .sl-flex | Top navigation bar |
| Sidebar | framework | Qwik | — (context) | .sidebar-content | Left navigation panel |
| Page | framework | Qwik | — (context + slot) | .page-wrapper | Full page orchestrator |
| Feature | Status | Notes |
|---|
| Hero | Complete | Supports primary, secondary, minimal actions |
| Banner | Complete | HTML content via innerHTML |
| Sidebar | Complete | Recursive groups with badges |
File Tree | Pending | Not yet ported |
Search | Complete | Pagefind integration |
Single-Column Table
| All Components |
|---|
| AnchorHeading |
| Banner |
| ContentNotice |
| ContentPanel |
| DraftContentNotice |
| FallbackContentNotice |
| Header |
| Hero |
| Icon |
| LastUpdated |
| MarkdownContent |
| MobileMenuFooter |
| MobileMenuToggle |
| PageTitle |
| Select |
| SiteTitle |
| SkipLink |
| SocialIcons |
| ThemeProvider |
| ThemeSelect |
| TwoColumnContent |
Minimal Table