MCPcopy Create free account
hub / github.com/adobe/react-spectrum / App

Function App

examples/rsp-webpack-4/src/App.js:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43];
44
45function App() {
46 let [selected, setSelection] = useState(false);
47 enableTableNestedRows();
48
49 return (
50 <Provider theme={defaultTheme} colorScheme={selected ? 'light' : 'dark'} height="100%">
51 <div className="content-padding">
52 <Lighting selected={selected} switch={setSelection} />
53 <TagGroup aria-label="Static TagGroup items example">

Callers

nothing calls this directly

Calls 1

enableTableNestedRowsFunction · 0.90

Tested by

no test coverage detected