mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-13 04:04:28 +02:00
start of revision control
This commit is contained in:
10
components/SectionHeader.jsx
Normal file
10
components/SectionHeader.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
var React = require("react");
|
||||
var ReactDOM = require("react-dom");
|
||||
|
||||
var SectionHeader = React.createClass({
|
||||
render: function() {
|
||||
return <h2 data-num={this.props.number}>{this.props.children}</h2>;
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = SectionHeader;
|
Reference in New Issue
Block a user