@@include('global/_head.html',{
"headTitle": "Vendor plugin",
"jkanban": "true",
"prism": "true"
})
@@include('docs/_sidebar.html', {"page": "plugins"})
@@include('global/_page-header.html', {"PageHeader": "sticky-top"} )
How it works
jKanban is a pure agnostic Javascript plugin for Kanban boards. For more info see the official siteand the Github repository.
Color Board
Advanced Board
<!-- plugin css file -->
<link rel="stylesheet" href="assets/bundles/jkanban.min.css">
<!-- HTML -->
<div class="mykanban_basic"></div>
<div class="jkanban_color"></div>
<div class="jkanban_advanced"></div>
<!-- Plugin Js -->
<script src="assets/bundles/jkanban.bundle.js"></script>
@@include('global/_page-footer.html', {"PageFooter": ""} )
@@include('global/_full-screen-menu.html', {"divClass": ""} )
@@include('global/_need-help.html', {"divClass": "offcanvas-start"} )
@@include('global/_quick-access.html', {"divClass": "offcanvas-end"} )
@@include('global/_theme-setting.html', {"divClass": "offcanvas-end"} )
@@include('global/_site-map.html', {"divClass": "offcanvas-start sm"} )
@@include('global/_body-hero-img-2.html', {"bodyBgClass": "body-bg"} )
@@include('global/_plugin-script.html', {
"jkanban": "true",
"prism": "true"
})