跳转到内容

按钮 Button

按钮表示一个可点击的元素。

使用

import {Button} from 'deft-react';
function App() {
return <Button>确定</Button>
}