UNPKG

react-bootstrap

Version:

Bootstrap 3 components build with React

7 lines (5 loc) 155 B
/** @jsx React.DOM */ var progressInstance = ( <ProgressBar now={60} label="%(percent)s%" /> ); React.renderComponent(progressInstance, mountNode);