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

Method render

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

Source from the content-addressed store, hash-verified

269// ------------- Buttons
270class Example7 extends React.Component {
271 render() {
272 return (
273 <div>
274 <Button color="primary">primary</Button>{' '}
275 <Button color="secondary">secondary</Button>{' '}
276 <Button color="success">success</Button>{' '}
277 <Button color="info">info</Button>{' '}
278 <Button color="warning">warning</Button>{' '}
279 <Button color="danger">danger</Button>{' '}
280 <Button color="link">link</Button>
281 </div>
282 );
283 }
284}
285
286class Example8 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected