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 3bf01b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
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 3bf01b9

Please sign in to comment.