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

Function Example68

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

Source from the content-addressed store, hash-verified

2407
2408// ------------- Media
2409const Example68 = () => {
2410 return (
2411 <Media>
2412 <Media left href="#">
2413 <Media
2414 object
2415 data-src="holder.js/64x64"
2416 alt="Generic placeholder image"
2417 />
2418 </Media>
2419 <Media body>
2420 <Media heading>Media heading</Media>
2421 Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque
2422 ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at,
2423 tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate
2424 fringilla. Donec lacinia congue felis in faucibus.
2425 </Media>
2426 </Media>
2427 );
2428};
2429
2430const Example69 = () => {
2431 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…