Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 reactjs 中创建一个 sideNav 并且我正在使用 rsuite,但我无法使其正常工作。我已在此处将代码添加到沙箱中, 谁能告诉我如何正确设置样式并将路由添加到导航。即使有类似的例子也可以。我检查了这个例子,但该代码也对我不起作用
您只是忘记导入文档中描述的默认样式 所以您只需在代码沙箱中添加import "rsuite/dist/styles/rsuite-default.css";index.js文件。
import "rsuite/dist/styles/rsuite-default.css";