Skip to content
On this page

Align Center

Parent: sidebar

A Boolean which is whether you'd like the icon to be centered on the sidebar.

Example Usage

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

Types

Released under the MIT License.