Skip to content

Files

Latest commit

33a51b2 · Apr 9, 2025

History

History

sidebars

CSS Flexbox with Sidebars Toggle

Fully responsive flexbox content layout that contains a pure CSS open/close toggle for the left and right sidebars. The CSS is built from Sass using Webpack with Autoprefixer. For development, a Webpack Dev Server plugin is included.

Features

  1. Requires Node.js

  2. Download or clone this repsoitory.

  3. Change directory to /uiCookbook/sidebars

  4. Run npm install from a bash terminal or command prompt. This will read the package.json file and install the dependencies into the sidebars project folder.

npm install
  • Dev
npm run dev
  • Build
npm run build

Additional reading: