I am trying to make a sidebar using Semantic-UI which, when collapsed, still has a portion visible. Something like this, to be more precise. I have tried looking in the semantic-ui css source, hoping to find something that might be of help, unfortunately, I couldn't find anything that could be useful.
我正在尝试使用Semantic-UI创建一个侧边栏,当折叠时,仍然有一部分可见。更确切地说,这样的事情。我试着查看semantic-ui css源代码,希望找到一些可能有帮助的东西,遗憾的是,我找不到任何有用的东西。
Is there any possible way of doing it using semantic, without having to write the whole sidebar javascript/css from scratch? Any help would be appreciated
是否有任何可能的方法使用语义来完成它,而不必从头开始编写整个侧边栏javascript / css?任何帮助,将不胜感激
1 个解决方案
#1
2
This is exactly what the sidebar
component is for. See examples here: http://semantic-ui.com/modules/sidebar.html#/examples
这正是侧边栏组件的用途。请参阅此处的示例:http://semantic-ui.com/modules/sidebar.html#/examples
#1
2
This is exactly what the sidebar
component is for. See examples here: http://semantic-ui.com/modules/sidebar.html#/examples
这正是侧边栏组件的用途。请参阅此处的示例:http://semantic-ui.com/modules/sidebar.html#/examples