Button
Install
import React from 'react';
import { Button } from 'vant-react';Usage
<Button type="default">Default</Button>
<Button type="primary">Primary</Button>
<Button type="info">Info</Button>
<Button type="danger">Danger</Button>
<Button type="warning">Warning</Button><Button plain type="primary">Primary</Button
<Button plain type="danger">Danger</Button>Hairline
<Button hairline type="primary">Primary</Button
<Button hairline type="danger">Danger</Button>API
Last updated
Was this helpful?