Documentation

What's a module?

Modular by design

Slidea is a modular plugin, meaning it’s composed out of many parts working together. A modular design allows us to easily add new features to slidea without interfering with the old ones.

What is a module?

A module is a separate entity which cooperates flawlessly with slidea. This means that each module also has it’s own set of options.

The module settings will be placed together with our base module options. Usually, module settings use the following format:

$('.slidea').slidea({
  moduleName: {
    // Module Settings
  }
});