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

Function Example116

types/reactstrap-tests.tsx:4711–4721  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

4709}
4710
4711const Example116 = (props: any) => {
4712 return (
4713 <div>
4714 <InputGroup>
4715 <Button>I'm a button</Button>
4716 <Input />
4717 </InputGroup>
4718 <br />
4719 </div>
4720 );
4721};
4722
4723function Example117() {
4724 const ref = (e: 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…