Info
An informational message with header and body content.
Form elements with validation states and various input types.
This input is valid.
Please enter a valid email.
Cards for displaying grouped content with optional headers and footers.
Alert messages for user feedback.
Data tables with striped rows and proper spacing.
| Name | Role | Status | Actions |
|---|---|---|---|
| Jane Doe | Developer | Active | Edit |
| John Smith | Designer | Active | Edit |
| Alice Brown | Manager | Away | Edit |
| Bob Wilson | Analyst | Inactive | Edit |
| Product | Category | Price | Stock |
|---|---|---|---|
| Theme Pack Pro | Software | $49.00 | In Stock |
| Design System | Design | $29.00 | In Stock |
| Component Library | Software | $79.00 | Low Stock |
| Icon Set | Design | $19.00 | Out of Stock |
Tab navigation for switching between content panels.
Progress indicators for loading states and completion status.
Inline code and code blocks with syntax highlighting.
Use the const keyword for constants and let for variables.
// Syntax highlighted JavaScript
function createTheme(name, mode) {
return {
name,
mode,
colors: loadColors(name),
};
}
const theme = createTheme('catppuccin-mocha', 'dark'); /* Theme-aware styles */
.card {
background: var(--turbo-bg-surface);
border: 1px solid var(--turbo-border-default);
border-radius: 0.5rem;
} <button class="btn btn-primary">Click me</button> Headings, paragraphs, and text styling.
Regular paragraph text with bold, italic, and inline code.
Secondary text for less important content.
This is a link that adapts to the theme's accent color.
This is a blockquote. It's styled with the theme's accent colors and can span multiple lines for longer quotations.
Unordered
Ordered