mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(site): extract api reference from components (#464)
This commit is contained in:
@@ -86,16 +86,7 @@ Single-element components that handle one piece of UI:
|
||||
|
||||
- <DocsLink slug="reference/play-button">**PlayButton**</DocsLink> - Play/pause toggle
|
||||
- <DocsLink slug="reference/mute-button">**MuteButton**</DocsLink> - Audio mute toggle
|
||||
- <DocsLink slug="reference/fullscreen-button">**FullscreenButton**</DocsLink> - Fullscreen toggle
|
||||
- **CurrentTimeDisplay** - Current playback time
|
||||
- **DurationDisplay** - Total media duration
|
||||
- **PreviewTimeDisplay** - Time at hover position
|
||||
|
||||
### Compound components
|
||||
|
||||
Multi-element components for complex interactions:
|
||||
|
||||
- <DocsLink slug="reference/time-slider">**TimeSlider**</DocsLink> - Seekable timeline with progress
|
||||
- <DocsLink slug="reference/volume-slider">**VolumeSlider**</DocsLink> - Volume control slider
|
||||
- **Tooltip** - Hover tooltips with positioning
|
||||
- **Popover** - Click/hover popovers with collision detection
|
||||
Multi-element components for complex interactions
|
||||
|
||||
Reference in New Issue
Block a user