@surstromming/util
v0.1.1
Published
Shared non-component helpers.
Downloads
559
Maintainers
Readme
@surstromming/util
Shared non-component helpers.
Dependency graph
graph LR
util["@surstromming/util"]Usage
import { isBrowser, isMobile, MOBILE_BREAKPOINT } from '@surstromming/util'isBrowser—trueoutside SSR.isMobile— reactive ref: the viewport is below the designmdbreakpoint.MOBILE_BREAKPOINT—768, mirrors$screens.mdin the design package.
