ReactDOM.render(
<Panel
title="This is Title"
content="It's content!"
width={600} />,
document
);
name | type | default | description |
---|---|---|---|
title | String | panel的title | |
content | String | panel的content | |
width | Number | 设置panel的宽度 |
GitHub
Copyright © 2017 MIT License