Button
The <sdpi-button>
component provides a styled wrapper of <button>
.
Exampleâ
Property Inspector HTML
<sdpi-item>
<sdpi-button onclick="javascript:alert('Hello World')">
Click me
</sdpi-button>
</sdpi-item>
Resultâ
Configurationâ
The component supports the following configuration.
Name | Type | Description |
---|---|---|
disabled | boolean | Determines whether the input is disabled. |
value | string | The value of the input. |