https://github.com/devkcud/theme-test
https://github.com/devkcud/theme-test
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devkcud/theme-test
- Owner: devkcud
- Created: 2024-06-07T21:28:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T21:33:46.000Z (12 months ago)
- Last Synced: 2024-06-07T22:43:55.870Z (12 months ago)
- Language: JavaScript
- Homepage: https://theme-test-cyan.vercel.app
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
test on how to remove FART from theme toggling/page reloading using:
- sveltekit
- tailwind + daisyui
- js-cookieif you want to know how it works, check these files:
- [src/app.html](https://github.com/devkcud/theme-test/blob/main/src/app.html)
- [src/hooks.server.ts](https://github.com/devkcud/theme-test/blob/main/src/hooks.server.ts)
- [src/lib/stores/theme.ts](https://github.com/devkcud/theme-test/blob/main/src/lib/stores/theme.ts)
- [src/lib/components/ThemeToggler.svelte](https://github.com/devkcud/theme-test/blob/main/src/lib/components/ThemeToggler.svelte)