diff --git a/docs/app.config.ts b/docs/app.config.ts
new file mode 100644
index 0000000..d92df4b
--- /dev/null
+++ b/docs/app.config.ts
@@ -0,0 +1,6 @@
+export default defineAppConfig({
+ rayui: {
+ primary: 'indigo',
+ gray: 'neutral',
+ },
+})
diff --git a/docs/components/Logo.vue b/docs/components/Logo.vue
new file mode 100644
index 0000000..da16396
--- /dev/null
+++ b/docs/components/Logo.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
diff --git a/docs/components/TitleBar.vue b/docs/components/TitleBar.vue
index 787426c..19f651a 100644
--- a/docs/components/TitleBar.vue
+++ b/docs/components/TitleBar.vue
@@ -10,13 +10,17 @@ const runtimeConfig = useRuntimeConfig().public
class="w-full flex justify-between items-center py-2 h-16 z-50 border-b sticky top-0 bg-white dark:bg-neutral-900 transition-colors"
:class="[route.path !== '/' ? 'border-b-neutral-200 dark:border-b-neutral-700' : 'border-b-transparent dark:border-b-transparent']"
>
-
-
- RayineUI {{ runtimeConfig.version }}
+
+
+
+
+ RayineUI
+ {{ runtimeConfig.version }}
+
+
+ RayineSoft Components Lib
+
-
- RayineSoft Components Lib
-
-
+
diff --git a/docs/public/favicon.ico b/docs/public/favicon.ico
index 18993ad..d27794e 100644
Binary files a/docs/public/favicon.ico and b/docs/public/favicon.ico differ
diff --git a/docs/public/rayine.svg b/docs/public/rayine.svg
new file mode 100644
index 0000000..ae07887
--- /dev/null
+++ b/docs/public/rayine.svg
@@ -0,0 +1,51 @@
+
+
\ No newline at end of file