Scaffold StoresBecause someone has to remember
- Device Width
- isLoading
- isLoggedIn
- Theme Store
isMobile (<480px), isTablet ( 480px > & < 768px), isDesktop (>1024px)
svelte
Loading...Implemented internally in Layout component, so it can be used, for example, in form submissions. It is also triggered during beforeNavigate and afterNavigate events, which can be used to show a loading indicator during page transitions.
svelte
Loading...Default value is null
svelte
Loading...The theme store is tightly integrated with the Layout component and internal body styling. It is also directly manipulated by the Theme Button.
svelte
Loading...Note that updates made to the store are also saved to localStorage, ensuring they persist.
Edit Page