Use the well as a simple effect on an element to give it an inset effect.
<Well>Look I'm in a well!</Well>;
Control padding and rounded corners with two optional modifier classes.
<div> <Well bsSize="large">Look I'm in a large well!</Well> <Well bsSize="small">Look I'm in a small well!</Well> </div>;
Name | Type | Default | Description |
---|---|---|---|
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 |