Type
magento2-module
Magento 2.0 sidebar
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None

This extension will add the ability to show one of your root categories in a sidebar. The root category can be selected from the Magento2 admin config page.
composer require sebwite/magento2-category-sidebarphp bin/magento --clear-static-content module:enable Sebwite_Sidebarphp bin/magento setup:upgradeapp/code/Sebwite/Sidebarphp bin/magento --clear-static-content module:enable Sebwite_Sidebarphp bin/magento setup:upgradeSebwite\Sidebar\Block\Sidebar in your theme to make this extension work. Example
<block class="Sebwite\Sidebar\Block\Sidebar" name="category-sidebar" template="Sebwite_Sidebar::sidebar.phtml" />