Skip to content

Function: useScreenSize()

ts
function useScreenSize(): object;

Defined in: packages/valaxy/client/composables/helper/useScreenSize.ts:6

breakpoints ref https://tailwindcss.com/docs/screens

Returns

object

is2xl

ts
is2xl: ComputedRef<boolean>;

isLg

ts
isLg: ComputedRef<boolean>;

isMd

ts
isMd: ComputedRef<boolean>;

isSm

ts
isSm: ComputedRef<boolean>;

isXl

ts
isXl: ComputedRef<boolean>;

isXs

ts
isXs: ComputedRef<boolean>;