It is necessary to divide the <li> links in the sidebar ( .side-nav ) of the Materialize CSS framework into separate parts.
For example, so that there is a word (link to the article’s page) and a “+” icon in the same line (for example, a link to create a new article).

Like here , "Contacts", and next to "+".

 <ul class="side-nav fixed> <li> <a href="#!">Sidebar Link</a> </li> </ul> 

Component page

  • one
    What exactly is the problem? What about "start code"? - NeedHate
  • added, but there framework - lif3ar
  • How about using :: after? If you come up with this option (just not familiar with this framework), then add the answer. - smellyshovel

0