UNPKG

@nitro-ui/module-dashboard-sidebar

Version:

Sidebar module for all the products

91 lines (60 loc) 2.05 kB
dropdown# Nitro UI: Module > Dashboard Sidebar Dashboard Sidebar from combination of modal and collapse ## Getting Started Get latest version by installing via [NPM @nitro-ui/module-dashboard-sidebar](https://www.npmjs.com/package/@nitro-ui/module-dashboard-sidebar): ```sh npm install @nitro-ui/module-dashboard-sidebar ``` **Dependencies** Sidebar require the following dependencies: component-avatar component-collapse component-drawer core object-container object-list utility-background utility-display utility-flex utility-height utility-opacity utility-overflow utility-position utility-shadow utility-spacing utility-text utility-transition ^The above dependencies already defined inside package.json. When module-dashboard-sidebar installed, all the above package will be installed together inside the mode-modules. ## Usage Sample markup kindly check on `example > index.html` ## Development To extends, develop or contribute to this component, you're required to fork our main [repository](https://github.com/icarasia/nitro-ui) and made a pull request. ### Development Requirements Development tools required for this component are: - [NodeJS](https://nodejs.org/en/) - [Grunt CLI](https://gruntjs.com) - [Ruby](https://www.ruby-lang.org/en/) (optional) - [SASS](https://sass-lang.com) (optional) Ruby and SASS are optional if you're fully using [node-sass](https://github.com/sass/node-sass) from npm for development. ### Development Setup Run: ```sh npm install ``` ### Compile Run: ```sh grunt ``` --- # TODO Pending element icon-svg and text link dependencies --- # CHANGELOG All notable changes to this project will be documented in this file. **For now, let's keep TODO and CHANGELOG in README file. Keeping things simple.** The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.0.0-beta] - 2019-10-08 ### Added - Initial setup - Fixed CSS style for reorder the First and Last button