Use the `sd-interactive--disabled` class to disable an interactive element.
This works as well when setting an `disabled` attribute on the element.

```html
<button class="sd-interactive sd-interactive--disabled sd-interactive--reset" title="Disabled button">Disabled</button>
```
