Skip to content

Sidebar Item

six sidebar item

DataHistoryTransactionsUploadLink
html
<div style="width: 10em" id="six-sidebar-items-group">
  <six-sidebar-item value="data">Data</six-sidebar-item>
  <six-sidebar-item value="history">History</six-sidebar-item>
  <six-sidebar-item value="transactions">Transactions</six-sidebar-item>
  <six-sidebar-item value="upload">Upload</six-sidebar-item>
  <six-sidebar-item value="link" href="http://www.google.ch">Link</six-sidebar-item>
</div>

Properties

PropertyAttributeDescriptionTypeDefault
disableddisabledSet to true to draw the sidebar item in a disabled state.booleanfalse
hrefhrefProvide if the item should be rendered as anchor tag. Note, that the href is added automatically when using routerLink in Angular.string | undefinedundefined
selectedselectedSet to true to draw the item in a selected state.booleanfalse
valuevalueA unique value to store in the sidebar item. This can be used as a way to identify sidebar items when selected.string''

Slots

SlotDescription
Used to define the nested displayed text of the item.

Copyright © 2021-present SIX-Group