Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ activeClass
Function
activeClass
examples/solid/astro/src/components/SolidApp.tsx:220–221 ·
view source on GitHub ↗
(pokemonID: string)
Source
from the content-addressed store, hash-verified
218
}))
219
220
const activeClass = (pokemonID: string) =>
221
id() === pokemonID ?
'bg-gray-50'
:
'hover:bg-gray-50'
222
223
return (
224
<div class=
"w-72 border-r flex flex-col px-2"
>
Callers
1
SideNav
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected