Component name
Sed posuere consectetur est at lobortis. Donec sed odio dui. Nulla vitae elit libero, a pharetra augue. Cras mattis consectetur purus sit amet fermentum.
Preview
 <Button type="primary">Button</Button>
| Property | Default | Description | 
|---|---|---|
| Size | md | Specifies the size of the button, from the following list of sizes: sm md lg xl 2xl | 
| Type | primary | Specifies the type of the button, from the following list of sizes: primary secondary tertiary | 
| Disabled | false | Specify whether the Button should be disabled, or not: true false | 
| onClick | - | Provide an optional function to be called when the button element is clicked: func |