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

Function Example57

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

Source from the content-addressed store, hash-verified

2016};
2017
2018const Example57 = (props: any) => {
2019 return (
2020 <div>
2021 <InputGroup>
2022 <Button>I'm a button</Button>
2023 <Input />
2024 </InputGroup>
2025 <br />
2026 <InputGroup>
2027 <Input />
2028 </InputGroup>
2029 <br />
2030 <InputGroup>
2031 <Input placeholder="and..." />
2032 <Button color="secondary">I'm a button</Button>
2033 </InputGroup>
2034 </div>
2035 );
2036};
2037
2038const Example58 = (props: any) => {
2039 return (

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…