Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ classes
Function
classes
app/components/Resizable.tsx:82–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
};
81
82
const classes = () => {
83
if (isHorizontal) {
84
return
"flex flex-none relative"
;
85
} else {
86
return
"flex flex-none relative"
;
87
}
88
};
89
90
return (
91
<div style={style()} className={classes()}>
Callers
1
Resizable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected