rnct-sidebar

This app is an extent of a project called rnctadmin, it modifes it's sidebar

Usage no npm install needed!

<script type="module">
  import rnctSidebar from 'https://cdn.skypack.dev/rnct-sidebar';
</script>

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