MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / Input

Function Input

src/components/Input.tsx:8–14  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

6}
7
8const Input: FC = (props: Props) => {
9 const { data, id } = props
10
11 return (
12 <input id={id} className='e-input' placeholder='请输入你的数据' {...data} />
13 )
14}
15
16export default Input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected