Skip to content
On this page

Hide Name

Parent: sidebar

A Boolean which is whether you'd like to hide the website name next to the icon.

Example Usage

js
theme: SoftUI({
    icons: {
        sidebar: {
            hideName: true
        }
    }
})

Types

Released under the MIT License.