diff --git a/apps/website/pages/components/data-grid/code.tsx b/apps/website/pages/components/data-grid/code.tsx new file mode 100644 index 0000000000..5f9367842d --- /dev/null +++ b/apps/website/pages/components/data-grid/code.tsx @@ -0,0 +1,18 @@ +import Head from "next/head"; +import type { ReactElement } from "react"; +import DataGridCodePage from "screens/components/data-grid/code/DataGridCodePage"; +import DataGridPageLayout from "screens/components/data-grid/DataGridPageLayout"; + +const Code = () => { + return ( + <> +
+rowSeparatorColor
- color-grey-300
- dataBackgroundColor
- color-white
- dataFontColor
- color-black
- headerBackgroundColor
- color-black
- headerBackgroundColor
- color-purple-700
- headerFontColor
- color-white
- headerCheckboxBackgroundColorChecked
- color-white
- headerCheckboxHoverBackgroundColorChecked
- color-grey-200
- headerCheckboxBorderColor
- color-white
- headerCheckboxHoverBorderColor
- color-white
- headerCheckboxCheckColor
- color-purple-700
- focusColor
- color-blue-600
- scrollBarThumbColor
- color-grey-700
- scrollBarTrackColor
- color-grey-300
- actionIconColor
- color-purple-700
- disabledActionIconColor
- color-grey-500
- hoverActionIconColor
- color-purple-700
- focusActionIconColor
- color-purple-700
- activeActionIconColor
- color-purple-700
- actionBackgroundColor
- color-transparent
- disabledActionBackgroundColor
- color-transparent
- hoverActionBackgroundColor
- color-grey-100
- focusActionBorderColor
- color-blue-600
- activeActionBackgroundColor
- color-grey-300
- dataFontFamily
- font-family-sans
- dataFontSize
- font-scale-02
- dataFontStyle
- font-style-normal
- dataFontWeight
- font-weight-regular
- dataFontTextTransform
- dataTextLineHeight
- headerFontFamily
- font-family-sans
- headerFontSize
- font-scale-02
- headerFontSize
- font-style-normal
- headerFontWeight
- font-weight-bold
- headerFontTextTransform
- headerTextLineHeight
- rowSeparatorThickness
- rowSeparatorStyle
- border-style-solid
- dataPaddingRight
- spacing-8
- dataPaddingLeft
- spacing-8
- headerPaddingRight
- spacing-8
- headerPaddingLeft
- spacing-8
- dataRowHeight
- headerRowHeight
- summaryRowHeight
- headerBorderRadius
-