Skip to content

Commit add6ce5

Browse files
committed
created buy now button
1 parent 333c2e6 commit add6ce5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

components/BuyButton.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import React from 'react';
2+
3+
var BuyButton = React.createClass({
4+
5+
render : function(){
6+
return (
7+
8+
<button> Buy Now </button>);
9+
}
10+
});

0 commit comments

Comments
 (0)