Sample Data
This data shows buttons with their variant properties: a boolean property 'Disabled' and an enum property 'Size'.
| Cell | Value |
|---|---|
| A1 | Button |
| B1 | Variant Property |
| C1 | Value |
| A2 | Submit |
| B2 | Disabled (Boolean) |
| C2 | |
| A3 | Submit |
| B3 | Size (Enum) |
| C3 | Medium |
| A4 | Cancel |
| B4 | Disabled (Boolean) |
| C4 | |
| A5 | Cancel |
| B5 | Size (Enum) |
| C5 | Small |