Components

Use the well as a simple effect on an element to give it an inset effect.

Look I'm in a well!
<Well>Look I'm in a well!</Well>;

#Optional classes

Control padding and rounded corners with two optional modifier classes.

Look I'm in a large well!
Look I'm in a small well!
<div>
  <Well bsSize="large">Look I'm in a large well!</Well>
  <Well bsSize="small">Look I'm in a small well!</Well>
</div>;

#Props[source]

NameTypeDefaultDescription
bsSize
one of: "lg", "large", "sm", "small"

Component size variations.

bsClass
string
'well'

Base CSS class and prefix for the component. Generally one should only change bsClass to provide new, non-Bootstrap, CSS styles for a component.