UNPKG

react-bootstrap

Version:

Bootstrap 3 components build with React

12 lines (10 loc) 318 B
/** @jsx React.DOM */ var progressInstance = ( <div> <ProgressBar bsStyle="success" now={40} /> <ProgressBar bsStyle="info" now={20} /> <ProgressBar bsStyle="warning" now={60} /> <ProgressBar bsStyle="danger" now={80} /> </div> ); React.renderComponent(progressInstance, mountNode);