Skip to content
On this page

BgImage

Parent: card

A String which is an image URL that changes the card background URL.

Example Usage

js
theme: SoftUI({
    premium: {
        card: {
            bgImage: "https://assistantscenter.com/wp-content/uploads/2021/11/cropped-cropped-logov6.png"
        }
    }
})

Types

Released under the MIT License.