mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): review cleanup for API reference pages (#685)
- Remove unused BasicUsage demos for time-slider and volume-slider - Strip leading `--` from CSS var names in CSSVarRow ids - Fix dead anchor links in MDX styling sections - Add comments on usesDataAttrs heuristic and type stripping Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
8ab596ea30
commit
286243746e
@@ -66,7 +66,7 @@ The `side` and `align` props control popup placement relative to the trigger. Th
|
||||
|
||||
## Styling
|
||||
|
||||
Use [CSS custom properties](#css-custom-properties) for positioning offsets:
|
||||
Use [CSS custom properties](#root-css-custom-properties) for positioning offsets:
|
||||
|
||||
```css
|
||||
media-popover {
|
||||
|
||||
@@ -43,7 +43,7 @@ Seeking is throttled via the `commitThrottle` prop (default 100ms) to avoid over
|
||||
|
||||
## Styling
|
||||
|
||||
Use [CSS custom properties](#css-custom-properties) to style the fill, pointer, and buffer levels:
|
||||
Use [CSS custom properties](#root-css-custom-properties) to style the fill, pointer, and buffer levels:
|
||||
|
||||
```css
|
||||
media-time-slider::before {
|
||||
|
||||
@@ -41,7 +41,7 @@ Controls the media volume level. The slider maps its 0–100 internal range to t
|
||||
|
||||
## Styling
|
||||
|
||||
Use [CSS custom properties](#css-custom-properties) to style the fill and pointer levels:
|
||||
Use [CSS custom properties](#root-css-custom-properties) to style the fill and pointer levels:
|
||||
|
||||
```css
|
||||
media-volume-slider::before {
|
||||
|
||||
Reference in New Issue
Block a user