mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(site): update eject code generator
This commit is contained in:
@@ -43,8 +43,8 @@ Each primitive represents at most **one HTML element**, without internal element
|
||||
Complex components are broken into smaller, composable pieces. This pattern is used for:
|
||||
|
||||
- **Sliders** - Root, Track, Thumb, Progress, Pointer
|
||||
- **Tooltips** - Root, Trigger, Positioner, Popup, Arrow, Portal
|
||||
- **Popovers** - Root, Trigger, Positioner, Popup, Portal
|
||||
- **Tooltips** - Root, Trigger, Positioner, Popup
|
||||
- **Popovers** - Root, Trigger, Positioner, Popup
|
||||
|
||||
Each piece handles one concern, but they work together seamlessly.
|
||||
|
||||
@@ -98,4 +98,4 @@ 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
|
||||
- **Popover** - Click/hover popovers with collision detection
|
||||
|
||||
Reference in New Issue
Block a user