How is the floating expansion menu in the upper left corner implemented? #633
-
Beta Was this translation helpful? Give feedback.
Answered by
sanyuan0704
Feb 18, 2024
Replies: 1 comment
-
通过自定义主题的 beforeNavTitle 的插槽插入的,组件封装在 rsfamily-nav-icon 包里面 https://github.com/web-infra-dev/rspress/blob/main/packages/document/theme/index.tsx#L28 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sanyuan0704
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
通过自定义主题的 beforeNavTitle 的插槽插入的,组件封装在 rsfamily-nav-icon 包里面 https://github.com/web-infra-dev/rspress/blob/main/packages/document/theme/index.tsx#L28