UNPKG

react-bootstrap

Version:

Bootstrap 3 components build with React

9 lines (7 loc) 230 B
/** @jsx React.DOM */ var alertInstance = ( <Alert bsStyle="warning"> <strong>Holy guacamole!</strong> Best check yo self, you're not looking too good. </Alert> ); React.renderComponent(alertInstance, mountNode);