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

Function Example55

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

Source from the content-addressed store, hash-verified

1975};
1976
1977const Example55 = (props: any) => {
1978 return (
1979 <div>
1980 <InputGroup>
1981 <Button>I'm a button</Button>
1982 <Input />
1983 </InputGroup>
1984 <br />
1985 <InputGroup>
1986 <Input />
1987 </InputGroup>
1988 <br />
1989 <InputGroup>
1990 <Input placeholder="and..." />
1991 <Button color="secondary">I'm a button</Button>
1992 </InputGroup>
1993 </div>
1994 );
1995};
1996
1997const Example56 = (props: any) => {
1998 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…