MCPcopy Create free account
hub / github.com/react-component/input / Demo

Function Demo

docs/examples/basic.tsx:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import Input from '@rc-component/input';
5
6const Demo: FC = () => (
7 <Input prefixCls="rc-input" style={{ marginLeft: 200 }} />
8);
9
10export default Demo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…