basic.md 297 Bytes
Newer Older
afc163's avatar
afc163 committed
1 2 3 4 5 6 7 8 9 10 11 12
---
order: 0
title: ζΌ”η€Ί
---

εœ¨ζ•°ε€ΌθƒŒεŽζ·»εŠ δΈ€δΈͺ小图标ζ₯ζ ‡θ―†ζΆ¨θ·Œζƒ…ε†΅γ€‚

````jsx
import Trend from 'ant-design-pro/lib/Trend';

ReactDOM.render(
  <div>
jim's avatar
jim committed
13
    <Trend flag="up" >12%</Trend>
afc163's avatar
afc163 committed
14 15 16 17
    <Trend flag="down" style={{ marginLeft: 8 }}>11%</Trend>
  </div>
, mountNode);
````