UNPKG
react-webpack-flux-babel-natliu
Version:
latest (1.0.1)
1.0.1
1.0.0
react 全栈
react-webpack-flux-babel-natliu
/
src
/
Word.jsx
5 lines
(4 loc)
•
129 B
JSX
View Raw
1
2
3
4
5
import
React
from
'react'
;
export
default
function
Words
(
props
) {
return
<
span
className
=
"word-text"
>
{props.words}
</
span
>
; }