Skip to main content

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

FeatureMobileTabletDesktopDescription
NavigationResponsive navigation menu
SearchFull-text search functionality
Dark ModeToggle between light/dark themes

Complex Table

ComponentPropsTypeDefaultDescription
Buttonvariant'primary' | 'secondary''primary'Button style variant
Buttonsize'small' | 'medium' | 'large''medium'Button size
ButtondisabledbooleanfalseDisable button interaction
Inputtype'text' | 'email' | 'password''text'Input field type

Tabs

This is an apple 🍎

	function greet(name) {
return `Hello, ${name}!`;
}

Tabs with Mixed Content

Project Overview

This project demonstrates how to build a modern web application.

:::tip
Start with the setup tab for installation instructions.
:::

Embed Video

import Video from '@site/src/components/Video';
<Video width="100%" src="/videos/alerts/alerts.mp4" type="video/mp4" />