Button is completely use antd button
Button
import { Button } from '@next-dev/ui' export default () => { return ( <> <Button>Button</Button> </> ) }