feat: Add draggable window component and associated functionality

- Implemented DraggableWindose component with drag-and-drop capabilities.
- Added shake detection to close the window after multiple shakes.
- Integrated responsive design for mobile devices.
- Created TXT component to display a clickable text icon with hover effects.
- Included image assets for the draggable window and text icon.
This commit is contained in:
암냥 2025-12-20 01:13:28 +09:00
commit 82b5b0719c
No known key found for this signature in database
6 changed files with 182 additions and 2 deletions

View file

@ -1,5 +1,6 @@
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');
@import "tailwindcss";
@import "tw-animate-css";
@ -14,6 +15,10 @@
font-family: "NType82Headline", sans-serif !important;
}
.font-galmuri {
font-family: "Galmuri", sans-serif !important;
}
:root {
--background: hsl(340 40% 98%);
--foreground: hsl(315 21% 8%);