0.1.0 • Published 5 years ago

@auc-ghent/canvas-lms-all-courses-terms-tabs-plugin v0.1.0

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

Canvas LMS All Courses Terms Tabs Plug-in

Plugin for the Canvas LMS theme app that groups the courses on the 'All Courses' page in tabs per term.

Installation

Using NPM:

npm install @auc-ghent/canvas-lms-all-courses-terms-tabs-plugin

Using Yarn:

yarn add @auc-ghent/canvas-lms-all-courses-terms-tabs-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import canvas from '@ahsdile/canvas-lms-app';
import allCoursesTermsTabsPlugin from '@auc-ghent/canvas-lms-all-courses-terms-tabs-plugin';

canvas.addPlugin(allCoursesTermsTabsPlugin);

canvas.run();