Skip to content
On this page

#[ThemeConfig].icons.sidebar

Parent: icons

An Object which contains the sidebar information.

Example Usage

js
theme: SoftUI({
    icons: {
        sidebar: {
            darkUrl: "https://assistantscenter.com/img/logo.png",
            lightUrl: "https://assistanscenter.com/img/logo.png",
            hideName: true,
            borderRadius: false,
            alignCenter: true
        }
    }
})

Properties

Types

Released under the MIT License.