Home > @shopware-pwa/composables
# composables package
# Interfaces
Interface | Description |
---|---|
UseCheckout | (BETA) |
# Variables
Variable | Description |
---|---|
useUIState | (BETA) Simple state management for UI purposes. If you pase stateName on composable invocation (ex. useUIState('sidebarCart') ), then state is shared between all instances with this key. Otherwise state is local, so multiple useUIState() will not share state |