Class Sidebar

    • Method Detail

      • sidebar

        public static Sidebar sidebar()
        Factory method to create a new instance of this component.
      • expanded

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

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

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

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