diff --git a/apps/website/pages/components/radio-group/code.tsx b/apps/website/pages/components/radio-group/code.tsx new file mode 100644 index 0000000000..7500e86777 --- /dev/null +++ b/apps/website/pages/components/radio-group/code.tsx @@ -0,0 +1,17 @@ +import Head from "next/head"; +import type { ReactElement } from "react"; +import RadioGroupPageLayout from "screens/components/radio-group/RadioGroupPageLayout"; +import RadioGroupCodePage from "screens/components/radio-group/code/RadioGroupCodePage"; + +const Code = () => ( + <> +
+optional prop.
- optional prop.
+ radioInputColor
- color-blue-700
- hoverRadioInputColor
- color-blue-800
- focusBorderColor
- color-blue-600
- activeRadioInputColor
- color-blue-900
- errorRadioInputColor
- color-red-700
- hoverErrorRadioInputColor
- color-red-800
- activeErrorRadioInputColor
- color-red-900
- disabledRadioInputColor
- color-grey-500
- readOnlyRadioInputColor
- color-grey-500
- hoverReadOnlyRadioInputColor
- color-grey-600
- activeReadOnlyRadioInputColor
- color-grey-700
- labelFontColor
- color-black
- disabledLabelFontColor
- color-grey-500
- helperTextFontColor
- color-black
- disabledHelperTextFontColor
- color-grey-500
- radioInputLabelFontColor
- color-black
- disabledRadioInputLabelFontColor
- color-grey-500
- errorMessageColor
- color-red-700
- fontFamily
- font-family-sans
- labelFontSize
- font-scale-02
- labelFontWeight
- font-weight-semibold
- labelLineHeight
- font-leading-loose-01
- labelFontStyle
- font-style-normal
- helperTextFontSize
- font-scale-01
- helperTextFontWeight
- font-weight-regular
- helperTextFontStyle
- font-style-normal
- helperTextLineHeight
- font-leading-normal
- radioInputLabelFontSize
- font-scale-02
- radioInputLabelFontWeight
- font-weight-regular
- radioInputLabelFontStyle
- font-style-normal
- radioInputLabelLineHeight
- font-leading-loose-01
- font-size
- font-scale-01
- font-weight
- font-weight-regular
- line-height
- font-leading-normal
- border-width
- border-width-2
- border-style
- border-style-solid
- border-width
- border-width-2
- border-style
- border-style-solid
- groupLabelMargin
- spacing-8
- radioInputLabelMargin
- spacing-8
- groupVerticalGutter
- spacing-4
- groupHorizontalGutter
- spacing-32
- width
- width
- height
- height
- top, right, bottom, and{" "}
- left.
- xxsmall
- xsmall
- small
- medium
- large
- xlarge
- xxlarge
-