diff --git a/apps/website/pages/components/sidenav/code.tsx b/apps/website/pages/components/sidenav/code.tsx new file mode 100644 index 0000000000..9bb8d2993a --- /dev/null +++ b/apps/website/pages/components/sidenav/code.tsx @@ -0,0 +1,17 @@ +import Head from "next/head"; +import type { ReactElement } from "react"; +import SidenavPageLayout from "screens/components/sidenav/SidenavPageLayout"; +import SidenavCodePage from "screens/components/sidenav/code/SidenavCodePage"; + +const Code = () => ( + <> +
+tabindex attribute.
- tabindex attribute.
+ backgroundColor
- color-grey-100
- titleFontColor
- color-grey-800
- groupTitleFontColor
- color-black
- groupTitleHoverBackgroundColor
- color-grey-200
- groupTitleActiveBackgroundColor
- color-grey-800
- groupTitleSelectedFontColor
- color-white
- groupTitleSelectedBackgroundColor
- color-grey-800
- groupTitleSelectedHoverFontColor
- color-white
- groupTitleSelectedHoverBackgroundColor
- color-grey-900
- linkFontColor
- color-grey-800
- linkHoverBackgroundColor
- color-grey-200
- linkSelectedFontColor
- color-white
- linkSelectedBackgroundColor
- color-grey-800
- linkSelectedHoverFontColor
- color-white
- linkSelectedHoverBackgroundColor
- color-grey-900
- linkFocusColor
- color-blue-600
- scrollBarThumbColor
- color-grey-200-a
- scrollBarTrackColor
- color-transparent
- titleFontFamily
- font-family-sans
- titleFontSize
- font-scale-04
- titleFontStyle
- font-style-normal
- titleFontWeight
- font-weight-semibold
- titleFontLetterSpacing
- spacing-0
- groupTitleFontFamily
- font-family-sans
- groupTitleFontSize
- font-scale-02
- groupTitleFontStyle
- font-style-normal
- groupTitleFontWeight
- font-weight-semibold
- linkFontFamily
- font-family-sans
- linkFontSize
- font-scale-02
- linkFontStyle
- font-style-normal
- linkFontWeight
- font-weight-regular
- margin-top
- spacing-4
- margin-bottom
- spacing-4
- margin-right
- spacing-16
- margin-left
- spacing-16
-