feat: integrate poyraz-ui and reactive-switcher for theme management

- Added poyraz-ui preset CSS import to globals.css for styling.
- Created theme-switcher.md documentation for reactive-switcher usage.
- Added usage-guide.md for comprehensive Poyraz UI instructions.
- Updated package.json to include reactive-switcher as a dependency.
- Modified pnpm-lock.yaml to reflect the addition of reactive-switcher.
- Established themes.ts to export Poyraz UI themes for use in the application.
This commit is contained in:
Poyraz Avsever
2026-03-09 10:25:39 +03:00
parent 24241aa1af
commit ffc6c65db1
6 changed files with 1379 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
@import "tailwindcss";
@import "poyraz-ui/preset.css";