Skip to content
On this page

Description

Parent: card

A String which changes the card description.

Example Usage

js
theme: SoftUI({
    premium: {
        card: {
            description: "Check out premium features below!"
        }
    }
})

Types

Released under the MIT License.