Class PageSidebar

    • Method Detail

      • pageSidebar

        public static PageSidebar pageSidebar()
        Factory method to create a new instance of this component.
      • toggle

        public void toggle()
        Toggles the collapse/expanded state of the sidebar.
      • expanded

        public PageSidebar expanded()
        Modifies the sidebar for the expanded state.
      • collapsed

        public PageSidebar collapsed()
        Modifies the sidebar for the collapsed state.
      • light

        public PageSidebar light()
        Modifies the sidebar to have a light theme. Note: for use with a light themed Navigation component.