Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bheston committed Feb 5, 2024
1 parent 76e5763 commit 7af0635
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const defaultConfig: SliderConfiguration = {
* A label element intended to be used with the {@link @microsoft/fast-foundation#(FASTSlider:class)} component.
*
* @slot - The default slot for the label content
* @csspart container - The element wrapping the label mark and text
* @csspart mark - The element wrapping the mark
* @csspart content - The element wrapping the label text
* @csspart container - The element wrapping the label mark and content
* @csspart mark - The element wrapping the label mark
* @csspart content - The element wrapping the label content
*
* @public
*/
Expand Down
12 changes: 6 additions & 6 deletions packages/web-components/fast-foundation/src/slider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const mySliderLabel = SliderLabel.compose({
| `track` | The region containing the track elements |
| `track-start` | The element wrapping the track start slot |
| `thumb-container` | The thumb container element which is programmatically positioned |
| `thumb` | The default thumb element |
| `thumb` | The thumb element |

#### Slots

Expand Down Expand Up @@ -266,11 +266,11 @@ export const mySliderLabel = SliderLabel.compose({

#### CSS Parts

| Name | Description |
| ----------- | -------------------------------------------- |
| `container` | The element wrapping the label mark and text |
| `mark` | The element wrapping the mark |
| `content` | The element wrapping the label text |
| Name | Description |
| ----------- | ----------------------------------------------- |
| `container` | The element wrapping the label mark and content |
| `mark` | The element wrapping the label mark |
| `content` | The element wrapping the label content |

#### Slots

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { SliderConfiguration, SliderMode } from "./slider.options.js";
* @csspart track - The region containing the track elements
* @csspart track-start - The element wrapping the track start slot
* @csspart thumb-container - The thumb container element which is programmatically positioned
* @csspart thumb - The default thumb element
* @csspart thumb - The thumb element
* @fires change - Fires a custom 'change' event when the slider value changes
*
* @public
Expand Down

0 comments on commit 7af0635

Please sign in to comment.