SideBar

Sidebar component

Installation

import {SideBar} from 'uxp/components';

Properties

Name
Type
Description

items

ISidebarLink[]

onClick

(linkItem: ISidebarLink) => void

userGroup

string

env

string

canInstallFromMarketplace

boolean

expanded

boolean

onToggleSidebar

() => void

onHoverSidebar

(expanded: boolean) => void

className

string

logo

string

collapsedLogo

string

renderLogoWithNewStyles

boolean

styles

React.CSSProperties

loading

boolean

items


type

ISidebarLink[]

onClick


type

(linkItem: ISidebarLink) => void

userGroup


type

string

env


type

string

canInstallFromMarketplace


type

boolean

expanded


type

boolean

onToggleSidebar


type

() => void

onHoverSidebar


type

(expanded: boolean) => void

className


type

string


type

string


type

string

renderLogoWithNewStyles


type

boolean

styles


type

React.CSSProperties

loading


type

boolean

Last updated