Skip to content

Commit

Permalink
chore(Icon): Add example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 21, 2018
1 parent e905b2e commit f2c40e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/md/cn/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ class Demo extends Component {
class Demo extends Component {
render() {
const {Row,Col} = Layout;
const styleItem = {textAlign:"center",padding:"20px 10px",background: "#f4f4f4",marginBottom:10};
const iconStyle = {color:"#525252"};
const iconList = ["loading",'reload'];
const styleItem = { textAlign: "center", padding: "20px 10px", background: "#f4f4f4", marginBottom: 10 };
const iconStyle = { color: '#525252' };
const iconList = ['loading', 'reload', 'picasa'];
return (
<div>
<Row gutter="10">
Expand Down

0 comments on commit f2c40e7

Please sign in to comment.