Skip to content
On this page

Enabled

Parent: button

A Boolean which enables the button.

Example Usage

js
theme: SoftUI({
    blacklisted: {
        button: {
            enabled: false
        }
    }
})

Types

Released under the MIT License.