diff --git a/apps/website/pages/components/slider/code.tsx b/apps/website/pages/components/slider/code.tsx new file mode 100644 index 0000000000..8f37e01dbe --- /dev/null +++ b/apps/website/pages/components/slider/code.tsx @@ -0,0 +1,17 @@ +import Head from "next/head"; +import type { ReactElement } from "react"; +import SliderPageLayout from "screens/components/slider/SliderPageLayout"; +import SliderCodePage from "screens/components/slider/code/SliderCodePage"; + +const Code = () => ( + <> +
+label is provided.
+ tabindex attribute.
- label is provided.
+ The selected value. If undefined, the component will be uncontrolled and the value will be managed
+ internally by the component.
labelFontColor
- color-black
- disabledLabelFontColor
- color-grey-500
- helperTextFontColor
- color-black
- disabledhelperTextFontColor
- color-grey-500
- thumbBackgroundColor
- color-blue-800
- hoverThumbBackgroundColor
- color-blue-900
- focusThumbBackgroundColor
- color-blue-600
- activeThumbBackgroundColor
- color-blue-900
- disabledThumbBackgroundColor
- color-grey-500
- tickBackgroundColor
- color-blue-800
- disabledTickBackgroundColor
- color-grey-500
- trackLineColor
- color-blue-800
- disabledTrackLineColor
- color-blue-500
- totalLineColor
- color-grey-200
- disabledTotalLineColor
- color-grey-100
- limitValuesFontColor
- color-black
- disabledLimitValuesFontColor
- color-grey-500
- focusColor
- color-blue-600
- fontFamily
- font-family
- fontSize
- font-scale-02
- fontStyle
- font-style-normal
- fontWeight
- font-weight-semibold
- lineHeight
- font-leading-loose-01
- fontFamily
- font-family
- fontSize
- font-scale-01
- fontStyle
- font-style-normal
- fontWeight
- font-weight-regular
- lineHeight
- font-leading-normal
- limitValuesFontFamily
- font-family
- limitValuesFontSize
- font-scale-03
- limitValuesFontStyle
- font-style-normal
- limitValuesFontWeight
- font-weight-regular
- fontFamily
- font-family-sans
- fontSize
- font-scale-03
- fontWeight
- font-weight-regular
- fontStyle
- font-style-normal
- margin-left
- spacing-16
- margin-right
- spacing-16
- margin-left
- spacing-32
- height
- height
- height
- width
- height
- width
- height
- width
- :hover and{" "}
- :active.
- border-width
- border-width-0
- border-style
- border-style-none
- border-radius
- border-radius-full
- border-width
- border-width-0
- border-style
- border-style-none
- border-radius
- border-radius-full
- outline
- outline-offset
-