ant-design [NEW] Statistic.Timer

wgx48brx  于 22天前  发布在  其他
关注(0)|答案(2)|浏览(19)
<Timer
  type="countup"
  title="Countdown"
  value={deadline}
/>

// replace Statistic.CountDown
<Timer
  type="countdown"
  title="Countdown"
  value={deadline}
  onFinish={onFinish}
/>

相关问题