No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Well

The <Well> component can be used for alert messages or other user notifications. If you pass in button and a callback function, the component will call that function when a user clicks on the x.

Component Example

Default Well

Component Example Source

<Well callback={function noRefCheck(){}} text="Default Well" />

Well Props

NameDescriptionDefault
text
string
-
context
success, info, warning, danger
string
-
button
bool
false
callback
func
-
className
string
''
style
object
{ }