YannLynn a6ff57af63 feat: add dropdownProps to navigation (#2555) 11 månader sedan
..
__test__ ef8a3a5a97 fix: navigation number itemkey can't expand , close #2316 1 år sedan
_story a6ff57af63 feat: add dropdownProps to navigation (#2555) 11 månader sedan
CollapseButton.tsx bd83d1f9cd chore: format code 3 år sedan
Footer.tsx 9a8126c44f feat: Nav add Footer onClick & expandIcon 2 år sedan
Header.tsx 7611675049 fix: avoid ele.type.name changed after compiler, use static property to instead (#1540) 2 år sedan
Item.tsx ef8a3a5a97 fix: navigation number itemkey can't expand , close #2316 1 år sedan
OpenIconTransition.tsx fe54cd11c2 feat: table navigation js2css 3 år sedan
README.md f76bd5879d feat: init 4 år sedan
SubNav.tsx a6ff57af63 feat: add dropdownProps to navigation (#2555) 11 månader sedan
index.tsx a6ff57af63 feat: add dropdownProps to navigation (#2555) 11 månader sedan
nav-context.ts ef8a3a5a97 fix: navigation number itemkey can't expand , close #2316 1 år sedan

README.md

Description

navigation component

CSS Selector

  • .semi-navigation-item:普通 item
  • .semi-navigation-item-normal:normal 标记为普通 item
  • .semi-navigation-sub-wrap:sub-wrap 标记为有 children item,同级有个 .semi-navigation-item-sub,只设置了一个 padding
    • .semi-navigation-sub-title:嵌套部分的标题,sub-title 设置了 paddingY(8px) 和 paddingX(12px)
    • .semi-navigation-sub:嵌套部分的children wrapper