MCPcopy Index your code
hub / github.com/stackblitz/bolt.new / isMobile

Function isMobile

app/utils/mobile.ts:1–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function isMobile() {
2 // we use sm: as the breakpoint for mobile. It's currently set to 640px
3 return globalThis.innerWidth < 640;
4}

Callers 1

EditorPanel.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected