UNPKG

react-bootstrap

Version:

Bootstrap 3 components build with React

9 lines (7 loc) 166 B
/** @jsx React.DOM */ var panelInstance = ( <Panel footer="Panel footer"> Panel content </Panel> ); React.renderComponent(panelInstance, mountNode);