MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / Demo

Function Demo

locate-code-test/src/App.tsx:5–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import Aaa from './Aaa';
4
5const Demo = () => (
6 <div>
7 <Space>
8 <Space direction="vertical">
9 <ColorPicker defaultValue="#1677ff" size="small" />
10 <ColorPicker defaultValue="#1677ff" />
11 <ColorPicker defaultValue="#1677ff" size="large" />
12 </Space>
13 <Space direction="vertical">
14 <ColorPicker defaultValue="#1677ff" size="small" showText />
15 <ColorPicker defaultValue="#1677ff" showText />
16 <ColorPicker defaultValue="#1677ff" size="large" showText />
17 </Space>
18 </Space>
19 <Aaa></Aaa>
20 </div>
21);
22
23export default Demo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected