General Stores

Store is closed

  1. Device Width
  2. isMobile (<480px), isTablet ( 480px > & < 768px), isDesktop (>1024px)

    svelte
    Loading...
  3. isLoading
  4. Implemented internally in Layout, so it can be used, for example, in form submissions.

    svelte
    Loading...
  5. isLoggedIn
  6. Default value is null

    svelte
    Loading...
  7. User Store
  8. This store can be used components to manage user-related data including the This example

    svelte
    Loading...
  9. Theme Store
  10. 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

Last Updated: -

© 2026 @sierra-95/svelte-scaffold. All rights reserved.