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

Function Example

stories/examples/Clearfix.js:3–14  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

1import React from 'react';
2
3function Example(props) {
4 return (
5 <div className="bg-info clearfix" style={{ padding: '.5rem' }}>
6 <button className="btn btn-secondary float-left" type="button">
7 Example Button floated left
8 </button>
9 <button className="btn btn-danger float-right" type="button">
10 Example Button floated right
11 </button>
12 </div>
13 );
14}
15
16export default Example;

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…