Form
Data
UI
Plugins
Composables
Directives
Helpers
Appearance
This composable provides a simple utility to track the width and height of the browser window with reactivity
const { height, width } = useWindowSize()
WARNING
More documentation to come