Skip to content
On this page

Text

A String which will change the button text.

Example Usage

js
theme: SoftUI({
    premium: {
        card: {
            button: {
                text: "Become Premium"
            }
        }
    }
})

Types

Released under the MIT License.