You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
620 B
620 B
This is an example of using the CSS directly for a Sidebar. You need this in any situation where you can't create a set of components to put inside the Sidebar
component. It replicates the menu in the Svelte version using the css from the static/global.css
file.
It also shows how to enable the collapsing down to "icon only mode" using the with-icon
or without-icon
classes. Try changing some of the icon
properties int he menu
variable to see how that works. Also try shrinking the window down so it's less than 600px wide to see how the icons replace the text.