1.0.1 • Published 4 years ago

rnct-sidebar v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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");
})