MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / Example128

Function Example128

types/reactstrap-tests.tsx:5136–5165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5134}
5135
5136function Example128() {
5137 return (
5138 <Form>
5139 <Row>
5140 <Col md={6}>
5141 <FormGroup>
5142 <Label for="exampleEmail">Email</Label>
5143 <Input
5144 type="email"
5145 name="email"
5146 id="exampleEmail"
5147 placeholder="with a placeholder"
5148 />
5149 </FormGroup>
5150 </Col>
5151 <Col md={6}>
5152 <FormGroup>
5153 <Label for="examplePassword">Password</Label>
5154 <Input
5155 type="password"
5156 name="password"
5157 id="examplePassword"
5158 placeholder="password placeholder"
5159 />
5160 </FormGroup>
5161 </Col>
5162 </Row>
5163 </Form>
5164 );
5165}
5166
5167class Example129 extends React.Component<any, any> {
5168 constructor(props: any) {

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…