@@ -23,25 +23,25 @@ module.exports = React.createClass({
23
23
</ select >
24
24
</ div >
25
25
< br />
26
- USD, 150, locale default - < FormatCurrency locale = { this . state . locale } currency = "USD" value = { 150 } / >
26
+ USD, 150, locale default - < FormatCurrency locale = { this . state . locale } currency = "USD" > { 150 } </ FormatCurrency >
27
27
< br />
28
- USD, -150, style: "accounting" - < FormatCurrency locale = { this . state . locale } currency = "USD" value = { - 150 } options = { { style : "accounting" } } / >
28
+ USD, -150, style: "accounting" - < FormatCurrency locale = { this . state . locale } currency = "USD" options = { { style : "accounting" } } > { - 150 } </ FormatCurrency >
29
29
< br />
30
- USD, 150, style: "name" - < FormatCurrency locale = { this . state . locale } currency = "USD" value = { 150 } options = { { style : "name" } } / >
30
+ USD, 150, style: "name" - < FormatCurrency locale = { this . state . locale } currency = "USD" options = { { style : "name" } } > { 150 } </ FormatCurrency >
31
31
< br />
32
- USD, 150, style: "code" - < FormatCurrency locale = { this . state . locale } currency = "USD" value = { 150 } options = { { style : "code" } } / >
32
+ USD, 150, style: "code" - < FormatCurrency locale = { this . state . locale } currency = "USD" options = { { style : "code" } } > { 150 } </ FormatCurrency >
33
33
< br />
34
- USD, 1.491, round: "ceil" - < FormatCurrency locale = { this . state . locale } currency = "USD" value = { 1.491 } options = { { round : "ceil" } } / >
34
+ USD, 1.491, round: "ceil" - < FormatCurrency locale = { this . state . locale } currency = "USD" options = { { round : "ceil" } } > { 1.491 } </ FormatCurrency >
35
35
< br />
36
- EUR, 150, locale default - < FormatCurrency locale = { this . state . locale } currency = "EUR" value = { 150 } / >
36
+ EUR, 150, locale default - < FormatCurrency locale = { this . state . locale } currency = "EUR" > { 150 } </ FormatCurrency >
37
37
< br />
38
- EUR, -150, style: "accounting" - < FormatCurrency locale = { this . state . locale } currency = "EUR" value = { - 150 } options = { { style : "accounting" } } / >
38
+ EUR, -150, style: "accounting" - < FormatCurrency locale = { this . state . locale } currency = "EUR" options = { { style : "accounting" } } > { - 150 } </ FormatCurrency >
39
39
< br />
40
- EUR, 150, style: "name" - < FormatCurrency locale = { this . state . locale } currency = "EUR" value = { 150 } options = { { style : "name" } } / >
40
+ EUR, 150, style: "name" - < FormatCurrency locale = { this . state . locale } currency = "EUR" options = { { style : "name" } } > { 150 } </ FormatCurrency >
41
41
< br />
42
- EUR, 150, style: "code" - < FormatCurrency locale = { this . state . locale } currency = "EUR" value = { 150 } options = { { style : "code" } } / >
42
+ EUR, 150, style: "code" - < FormatCurrency locale = { this . state . locale } currency = "EUR" options = { { style : "code" } } > { 150 } </ FormatCurrency >
43
43
< br />
44
- EUR, 1.491, round: "ceil" - < FormatCurrency locale = { this . state . locale } currency = "EUR" value = { 1.491 } options = { { round : "ceil" } } / >
44
+ EUR, 1.491, round: "ceil" - < FormatCurrency locale = { this . state . locale } currency = "EUR" options = { { round : "ceil" } } > { 1.491 } </ FormatCurrency >
45
45
</ div >
46
46
) ;
47
47
}
0 commit comments