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

Function Example54

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

Source from the content-addressed store, hash-verified

1954};
1955
1956const Example54 = (props: any) => {
1957 return (
1958 <div>
1959 <InputGroup size="lg">
1960 <InputGroupText>@lg</InputGroupText>
1961 <Input />
1962 </InputGroup>
1963 <br />
1964 <InputGroup>
1965 <InputGroupText>@normal</InputGroupText>
1966 <Input />
1967 </InputGroup>
1968 <br />
1969 <InputGroup size="sm">
1970 <InputGroupText>@sm</InputGroupText>
1971 <Input />
1972 </InputGroup>
1973 </div>
1974 );
1975};
1976
1977const Example55 = (props: any) => {
1978 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…