Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da673d4 commit caa42e7Copy full SHA for caa42e7
README.md
@@ -4,7 +4,7 @@ Write pretty React components in Coffeescript.
4
5
This is what your render function could look like in Coffeescript, using this repo:
6
7
-```
+```coffeescript
8
render: ->
9
_div ['some-button-container'],
10
_button [
@@ -36,7 +36,7 @@ bower install --save react-coffeescript-glue
36
37
Then include in your HTML:
38
39
+```html
40
<script src="bower_components/react-coffeescript-glue/react-coffeescript-glue.js"></script>
41
```
42
0 commit comments