Skip to content
On this page

#[ThemeConfig].commands > Category - category

Parent: category

A String which is the category name.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            list: [
                {
                    category: `Starting Up`
                }
            ]
        }
    ]
})

Types

Released under the MIT License.