rnct-sidebar
v1.0.1
Published
This app is an extent of a project called rnctadmin, it modifes it's sidebar
Downloads
1
Readme
Rnct_sidebar
This is an extention of the RnctAdmin app. It modifies the sidebar.
Features
- Choose brand icon
- Enter brand name
- Add multiple menu with title
- Sort the menu order
Installation
Just copy the "src/" to your rnct folder and run this composer command in the rnct folder to include the Sidebar php class
$ composer dump-autoload -o
usage
create a div with and id and pass that id
<div id="rnct_sidebar"></div>
$(document).ready(function(){
var x = new RnctSidebar("#rnct_sidebar");
})