Skip to content
On this page

Button

Parent: card

An Object which contains the information for the button.

Example Usage

js
theme: SoftUI({
    premium: {
        card: {
            button: {
                text: "Become Premium",
                url: "https://patreon.com/sharkybot"
            }
        }
    }
})

Properties

Types

Released under the MIT License.