UI Element
note
This is a note admonition
tip
This is a tip admonition
info
This is an info admonition
caution
This is a caution admonition
danger
This is a danger admonition
success
This is a success admonition
Responsive Table
| Feature | Mobile | Tablet | Desktop | Description |
|---|---|---|---|---|
| Navigation | ✅ | ✅ | ✅ | Responsive navigation menu |
| Search | ✅ | ✅ | ✅ | Full-text search functionality |
| Dark Mode | ✅ | ✅ | ✅ | Toggle between light/dark themes |
Complex Table
| Component | Props | Type | Default | Description |
|---|---|---|---|---|
| Button | variant | 'primary' | 'secondary' | 'primary' | Button style variant |
| Button | size | 'small' | 'medium' | 'large' | 'medium' | Button size |
| Button | disabled | boolean | false | Disable button interaction |
| Input | type | 'text' | 'email' | 'password' | 'text' | Input field type |
Tabs
- Apple
- Orange
- Banana
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌
- JavaScript
- Python
- Java
function greet(name) {
return `Hello, ${name}!`;
}
def greet(name):
return f"Hello, {name}!"
public String greet(String name) {
return "Hello, " + name + "!";
}
Tabs with Mixed Content
- Overview
- Setup
Embed Video
import Video from '@site/src/components/Video';
<Video width="100%" src="/videos/alerts/alerts.mp4" type="video/mp4" />