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

Method render

types/reactstrap-tests.tsx:154–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152// --------------- Badge
153class Example2 extends React.Component {
154 render() {
155 return (
156 <div>
157 <h1>
158 Heading <Badge>New</Badge>
159 </h1>
160 <h2>
161 Heading <Badge>New</Badge>
162 </h2>
163 <h3>
164 Heading <Badge>New</Badge>
165 </h3>
166 <h4>
167 Heading <Badge>New</Badge>
168 </h4>
169 <h5>
170 Heading <Badge>New</Badge>
171 </h5>
172 <h6>
173 Heading <Badge>New</Badge>
174 </h6>
175 </div>
176 );
177 }
178}
179
180export class Example3 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected