答案 0 :(得分:18)
Semantic UI和Semantic UI React都没有响应式NavBar。但是,我希望在不久的将来将其作为Semantic UI React的附加组件实现。
目前,您可以使用Responsive
,Sidebar
和list1 = [['first',1], ['second',2], ['third',3]]
list2 = [['first',1], ['second',2], ['third',3]]
print(sorted(list1) == sorted(list2))
组件来实施它。它将允许您避免代码和标记重复。
我已经制作了codepen来说明如何执行此操作。