Skip to content
On this page

Text

Parent: button

A String which sets the text of the button.

Example Usage

js
theme: SoftUI({
    blacklisted: {
        button: {
            text: "Return"
        }
    }
})

Types

Released under the MIT License.