YannLynn 674612e3d1 fix: add a new selector type for the hover style fallback in the renderWrapper scenario (#2691) 7 月之前
..
__test__ ef8a3a5a97 fix: navigation number itemkey can't expand , close #2316 1 年之前
_story 674612e3d1 fix: add a new selector type for the hover style fallback in the renderWrapper scenario (#2691) 7 月之前
CollapseButton.tsx bd83d1f9cd chore: format code 3 年之前
Footer.tsx 9a8126c44f feat: Nav add Footer onClick & expandIcon 2 年之前
Header.tsx 7611675049 fix: avoid ele.type.name changed after compiler, use static property to instead (#1540) 2 年之前
Item.tsx 58fec5fd64 fix: remove NavItem.children props (#2711) 7 月之前
OpenIconTransition.tsx fe54cd11c2 feat: table navigation js2css 3 年之前
README.md f76bd5879d feat: init 4 年之前
SubNav.tsx 58fec5fd64 fix: remove NavItem.children props (#2711) 7 月之前
index.tsx a6ff57af63 feat: add dropdownProps to navigation (#2555) 11 月之前
nav-context.ts ef8a3a5a97 fix: navigation number itemkey can't expand , close #2316 1 年之前

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