1
0
Sun Yi-Ran 32f974ed27 fix: wrong type of nav.item['linkOptions'], close #856 3 жил өмнө
..
__test__ cf3fb93e0e fix: [Select] Add key to the content returned by renderSelectedItem #320 3 жил өмнө
_story cf3fb93e0e fix: [Select] Add key to the content returned by renderSelectedItem #320 3 жил өмнө
CollapseButton.tsx 626c4b9f9e Feat/support next (#245) 3 жил өмнө
Footer.tsx 4511313cca chore: simplify some type in ts(#838) 3 жил өмнө
Header.tsx 6df60a8d94 fix: update component types define, add children & add contextType, fix ts check error with @types/react v18 (#771) 3 жил өмнө
Item.tsx 32f974ed27 fix: wrong type of nav.item['linkOptions'], close #856 3 жил өмнө
OpenIconTransition.tsx 6df60a8d94 fix: update component types define, add children & add contextType, fix ts check error with @types/react v18 (#771) 3 жил өмнө
README.md f76bd5879d feat: init 4 жил өмнө
SubNav.tsx 6df60a8d94 fix: update component types define, add children & add contextType, fix ts check error with @types/react v18 (#771) 3 жил өмнө
SubNavTransition.tsx 6df60a8d94 fix: update component types define, add children & add contextType, fix ts check error with @types/react v18 (#771) 3 жил өмнө
index-en-US.md f76bd5879d feat: init 4 жил өмнө
index.md f76bd5879d feat: init 4 жил өмнө
index.tsx cd95ebb1b3 chore: feat/a11y-aira rebase master v2.2 3 жил өмнө
nav-context.ts 6df60a8d94 fix: update component types define, add children & add contextType, fix ts check error with @types/react v18 (#771) 3 жил өмнө

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