chore(site): update eject code generator

This commit is contained in:
Wesley Luyten
2025-11-11 11:28:49 -08:00
parent f513c74a6c
commit 2b27d3d9f4
2 changed files with 57 additions and 73 deletions
@@ -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