commajs
Tasks
Installation
npm install commajs-tasks
In commajs-core options add:
import CommaTasks from "commajs-tasks";

options = {
    ...,                
    plugins: [
        ...,
        { pClass: CommaTasks }
    ]
}
Styling
Tasks are styled using the css file that you can find in the commajs-tasks package and they also require Font Awesome 4.
Usage
To add a task:
commajsInstance.InsertPluginAtSection(CommaTasks.GetName());
 
© 2020 Plugg, Inc. All rights reserved. Various trademarks held by their respective owners.
Plugg, Inc. - San Francisco, CA 94114, United States