0.4.0 • Published 5 years ago

@ahsdile/canvas-lms-sticky-left-menu-plugin v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Canvas LMS Sticky Left Menu Plug-in

Plugin for the Canvas LMS theme app that makes the left menu stick to the top of the window when scrolling. This applies to the left menu inside courses, groups, admin settings, ... Technically, it's not really a plug-in because it only contains styles so it doesn't have to be added to the main app.

Installation

Using NPM:

npm install @ahsdile/canvas-lms-sticky-left-menu-plugin

Using Yarn:

yarn add @ahsdile/canvas-lms-sticky-left-menu-plugin

Usage

Just import the plug-in's CSS file:

import '@ahsdile/canvas-lms-sticky-left-menu-plugin/index.css';

Changes

Since version 0.4.0, The CSS file is no longer a CSS Module but a simple global CSS file. So don't use the modules: true setting in your Webpack config.

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago