SNB

상위 메뉴 하위의 세부 메뉴나 관련 페이지로 이동할 수 있도록 구성된 보조 내비게이션 영역입니다.

Anatomy
<%- include(PATH + '/components/common/layout/Snb.ejs', {
  titleText: "수업 관리",
  menuItems: [
    {
      label: "나의 강의실",
      isActive: false,
      children: [
        { label: "네이버 웨일 클래스", href: "https://class.whalespace.io/myPage/home", target: "_blank", title: "새 창 열기" },
        { label: "구글 클래스", href: "https://classroom.google.com/h", target: "_blank", title: "새 창 열기" }
      ]
    },
    { label: "교육 자료실", href: "#", isActive: true },
    { label: "문제 자료실", href: "#", isActive: false },
    { label: "학습 분석 대시보드", href: "#", isActive: false, target: "_blank", title: "새 창 열기" }
  ]
}); %>