Back to React Bootstrap

Images

www/docs/components/images.mdx

2.10.10439 B
Original Source

import Fluid from '!!raw-loader!../examples/Image/Fluid'; import Shape from '!!raw-loader!../examples/Image/Shape';

Shape

Use the rounded, roundedCircle and thumbnail props to customise the image.

<CodeBlock language="jsx" live> {Shape} </CodeBlock>

Fluid

Use the fluid to scale image nicely to the parent element.

<CodeBlock language="jsx" live> {Fluid} </CodeBlock>

API

Image

<PropsTable name="Image" />