MCPcopy Create free account
hub / github.com/TanStack/devtools / Feature

Function Feature

examples/react/https/src/feature.tsx:4–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { ButtonWithProps } from './button-with-props-only'
3
4export function Feature() {
5 return (
6 <div>
7 <h2>Feature component</h2>
8 <Button>Nested</Button>
9 <ButtonWithProps>With props</ButtonWithProps>
10 </div>
11 )
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected