BitstylesPhoenix.Component.Sidebar.ui_sidebar_nav

You're seeing just the function ui_sidebar_nav, go back to BitstylesPhoenix.Component.Sidebar module for more information.

A navigation menu for usage in the sidebar.

Attributes

  • class - Extra classes to pass to the outer ul See BitstylesPhoenix.Helper.classnames/1 for usage.
  • All other attributes are passed on to the outer ul

You can provide items inside of this navigation wih the item slot. The slot is meant to be used with ui_button to add links here like showcased in the top level module documentation.

Attributes item slot

  • class - Extra classes to pass to the li See BitstylesPhoenix.Helper.classnames/1 for usage.