在语义UI库中存在sidebar。但是在教程中,我只看到侧边栏在打开后没有禁用内容的示例。我怎么能这样做?
答案 0 :(得分:1)
您可以将<Sidebar.Pusher>
内容包含在已禁用的调光器中,如下所示:
<Sidebar.Pusher>
<Dimmer disabled dimmed={this.state.sidebarIsVisible} as={Segment} >
.... Your Segment content
</Dimmer>
</Sidebar.Pusher>
您可以阅读更多相关信息here