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