diff --git a/apps/website/pages/components/divider/code.tsx b/apps/website/pages/components/divider/code.tsx
new file mode 100644
index 0000000000..f0352fdc7d
--- /dev/null
+++ b/apps/website/pages/components/divider/code.tsx
@@ -0,0 +1,19 @@
+import Head from "next/head";
+import type { ReactElement } from "react";
+import DividerPageLayout from "screens/components/divider/DividerPageLayout";
+import DividerCodePage from "screens/components/divider/code/DividerCodePage";
+
+const Code = () => {
+ return (
+ <>
+
+
- | orientation |
+ color |
- 'horizontal' | 'vertical'
+ 'lightGrey' | 'mediumGrey' | 'darkGrey'
|
- The divider can be showed in horizontal or vertical. |
+ Modifies the color of the divider. |
- 'horizontal'
+ 'mediumGrey'
|
- | weight |
+ decorative |
- 'regular' | 'strong'
+ boolean
|
- Modifies the thickness of the divider. |
- 'regular'
+ Specifies whether the divider serves a purely decorative purpose or functions as a semantic separator for
+ content. Additionally, it determines whether the divider is accessible to screen readers.
+ |
+
+ true
|
- | color |
+ orientation |
- 'lightGrey' | 'mediumGrey' | 'darkGrey'
+ 'horizontal' | 'vertical'
|
- Modifies the color of the divider. |
+ The divider can be showed in horizontal or vertical. |
- 'mediumGrey'
+ 'horizontal'
|
- | decorative |
-
- boolean
- |
+ weight |
- Specifies whether the divider serves a purely decorative purpose or functions as a semantic separator for
- content. Additionally, it determines whether the divider is accessible to screen readers.
+ 'regular' | 'strong'
|
+ Modifies the thickness of the divider. |
- true
+ 'regular'
|
@@ -87,7 +87,7 @@ const DividerCodePage = () => {
return (