UNPKG
popbean-react
Version:
1.0.10 (1.0.10)
1.0.12 (1.0.12)
1.0.8 (1.0.8)
1.0.9 (1.0.9)
latest (1.0.8)
1.0.12
1.0.10
1.0.9
1.0.8
let me think about something,comming soon...
popbean-react
/
src
/
bs3
/
dashboard
/
dashboard-pod.jsx
12 lines
(11 loc)
•
167 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
React
=
require
(
'react'
);
/* */
var
Pod
=
React
.
createClass
({
render
:
function
(
){
return
(
<
div
>
this is pod component
</
div
>
); } });
module
.
exports
=
Pod
;