UNPKG

react-bootstrap

Version:

Bootstrap 3 components build with React

11 lines (9 loc) 314 B
/** @jsx React.DOM */ var progressInstance = ( <ProgressBar> <ProgressBar bsStyle="success" now={35} key={1} /> <ProgressBar bsStyle="warning" now={20} key={2} /> <ProgressBar bsStyle="danger" now={10} key={3} /> </ProgressBar> ); React.renderComponent(progressInstance, mountNode);