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

Function Example58

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

Source from the content-addressed store, hash-verified

2036};
2037
2038const Example58 = (props: any) => {
2039 return (
2040 <div>
2041 <InputGroup>
2042 <InputGroupText>To the Left!</InputGroupText>
2043 <Input />
2044 </InputGroup>
2045 <br />
2046 <InputGroup>
2047 <Input />
2048 <InputGroupText color="secondary">
2049 To the Right!
2050 </InputGroupText>
2051 </InputGroup>
2052 <br />
2053 <InputGroup>
2054 <InputGroupText color="danger">
2055 To the Left!
2056 </InputGroupText>
2057 <Input placeholder="and..." />
2058 <InputGroupText color="success">
2059 To the Right!
2060 </InputGroupText>
2061 </InputGroup>
2062 </div>
2063 );
2064};
2065
2066class Example61 extends React.Component {
2067 render() {

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…