export default function ExampleSizeLarge() {
  return (
    <Button type="primary" size="large" onClick={() => {}} label="Click Me" />
  )
}