Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about possible menu structure #116

Open
mvysh opened this issue May 13, 2016 · 0 comments
Open

Question about possible menu structure #116

mvysh opened this issue May 13, 2016 · 0 comments

Comments

@mvysh
Copy link

mvysh commented May 13, 2016

Hello! Thank you for your work!

But I must admit it's not easy to figure out a lot of keypoints throughout documentation.
Is it possible to create menu with such structure:

<li>
    <a href="{{ route('dashboard') }}">
        <i class="fa fa-dashboard"></i> <span>Dashboard</span>
    </a>
</li>

<li class="treeview">
    <a href="#">
        <i class="fa fa-folder"></i> <span>Examples</span>
        <i class="fa fa-angle-left pull-right"></i>
    </a>
    <ul class="treeview-menu">
        <li><a href="{{ route('test.test1') }}"><i class="fa fa-circle-o"></i> Test 1</a></li>
        <li><a href="{{ route('test.test2') }}"><i class="fa fa-circle-o"></i> Test 2</a></li>
    </ul>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant