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

Function ExampleResponsiveContainer

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

Source from the content-addressed store, hash-verified

2116}
2117
2118const ExampleResponsiveContainer = (props: any) => {
2119 return (
2120 <>
2121 <Container className="themed-container">.container</Container>
2122 <Container className="themed-container" fluid="sm">
2123 .container-sm
2124 </Container>
2125 <Container className="themed-container" fluid="md">
2126 .container-md
2127 </Container>
2128 <Container className="themed-container" fluid="lg">
2129 .container-lg
2130 </Container>
2131 <Container className="themed-container" fluid="xl">
2132 .container-xl
2133 </Container>
2134 <Container className="themed-container" fluid="xxl">
2135 .container-xxl
2136 </Container>
2137 <Container className="themed-container" fluid={true}>
2138 .container-fluid
2139 </Container>
2140 </>
2141 );
2142};
2143
2144const ExampleRowColumns = (props: any) => {
2145 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…