代强 84a48ef260 feat: provide overriding default props to some components via gloal config (#2029) 1 yıl önce
..
__test__ cf3fb93e0e fix: [Select] Add key to the content returned by renderSelectedItem #320 3 yıl önce
_story 9a8126c44f feat: Nav add Footer onClick & expandIcon 2 yıl önce
CollapseButton.tsx bd83d1f9cd chore: format code 3 yıl önce
Footer.tsx 9a8126c44f feat: Nav add Footer onClick & expandIcon 2 yıl önce
Header.tsx 7611675049 fix: avoid ele.type.name changed after compiler, use static property to instead (#1540) 2 yıl önce
Item.tsx f05ed24b0b chore: remove file head lint rule which already set global (#1706) 2 yıl önce
OpenIconTransition.tsx fe54cd11c2 feat: table navigation js2css 3 yıl önce
README.md f76bd5879d feat: init 4 yıl önce
SubNav.tsx 34f8872659 fix: icon proptypes define, remove useless string type which only work in v1 1 yıl önce
index-en-US.md f76bd5879d feat: init 4 yıl önce
index.md f76bd5879d feat: init 4 yıl önce
index.tsx 84a48ef260 feat: provide overriding default props to some components via gloal config (#2029) 1 yıl önce
nav-context.ts 8f42e337b5 fix: fix nav tooltip delay no effect (#1511) 2 yıl önce

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