".editorconfig" did not exist on "653d86f779f709f38096a17db0d87513cb3458e8"
Commit 7dc26cf5 authored by afc163's avatar afc163

Add Trend demo

parent adb37590
---
order: 0
title: ζΌ”η€Ί
---
εœ¨ζ•°ε€ΌθƒŒεŽζ·»εŠ δΈ€δΈͺ小图标ζ₯ζ ‡θ―†ζΆ¨θ·Œζƒ…ε†΅γ€‚
````jsx
import Trend from 'ant-design-pro/lib/Trend';
ReactDOM.render(
<div>
<Trend flag="up">12%</Trend>
<Trend flag="down" style={{ marginLeft: 8 }}>11%</Trend>
</div>
, mountNode);
````
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment