You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to extend default theme, like add navmenu components. but I couldn't use components from @rspress/theme-default. If use self custom component, the compatibility with the original style will be difficult to guarantee.
What does the proposed API look like?
import { SomeComponent } from 'rspress/default'
The text was updated successfully, but these errors were encountered:
I found how to extend deault theme, which I need is the specific sigular components from @rspress/theme-default, and replace custom word area which from your example. For example, if I want to add a custom outsides links in navbar, the NavMenuGroup components from @rspress/theme-default is the best choice. @Timeless0911
What problem does this feature solve?
I want to extend default theme, like add navmenu components. but I couldn't use components from @rspress/theme-default. If use self custom component, the compatibility with the original style will be difficult to guarantee.
What does the proposed API look like?
import { SomeComponent } from 'rspress/default'
The text was updated successfully, but these errors were encountered: