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

Method render

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

Source from the content-addressed store, hash-verified

179
180export class Example3 extends React.Component {
181 render() {
182 return (
183 <div>
184 <Badge>default</Badge>
185 <Badge color="primary">primary</Badge>
186 <Badge color="success">success</Badge>
187 <Badge color="info">info</Badge>
188 <Badge color="warning">warning</Badge>
189 <Badge color="danger">danger</Badge>
190 </div>
191 );
192 }
193}
194
195class Example4 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected