代强 674180b2af fix: fix subNav icon direction 3 gadi atpakaļ
..
__test__ cf3fb93e0e fix: [Select] Add key to the content returned by renderSelectedItem #320 3 gadi atpakaļ
_story 7aeeb9ad08 feat: add a11y to navigation (#1195) 3 gadi atpakaļ
CollapseButton.tsx bd83d1f9cd chore: format code 3 gadi atpakaļ
Footer.tsx bd83d1f9cd chore: format code 3 gadi atpakaļ
Header.tsx bd83d1f9cd chore: format code 3 gadi atpakaļ
Item.tsx 7aeeb9ad08 feat: add a11y to navigation (#1195) 3 gadi atpakaļ
OpenIconTransition.tsx fe54cd11c2 feat: table navigation js2css 3 gadi atpakaļ
README.md f76bd5879d feat: init 4 gadi atpakaļ
SubNav.tsx 674180b2af fix: fix subNav icon direction 3 gadi atpakaļ
index-en-US.md f76bd5879d feat: init 4 gadi atpakaļ
index.md f76bd5879d feat: init 4 gadi atpakaļ
index.tsx e0c21e6182 fix: js2css fix 3 gadi atpakaļ
nav-context.ts bd83d1f9cd chore: format code 3 gadi atpakaļ

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