Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.06 KB

File metadata and controls

39 lines (26 loc) · 1.06 KB

Plugins

Axentix Logo

Plugins documentation

Plugin definition

A plugin can entirely be created from scratch, or imported and adaptated from an open-source component already existing.

You can find the plugin list on :
https://useaxentix.com/docs/plugins

All the validated plugins are verified by the Axentix Team.

The plugins are adapted to the Axentix syntax to make it easier for you to use them.

Install

Every validated plugin will be published on NPM.

To install any of them, use

npm install @axentix/plugin-{pluginName}

Every plugin will come out with a README to make it easier for you to understand what they are made for and how to use them.

Contributing

To contribute on existing plugins and/or create your own ones, please refer to the CONTRIBUTING.md instructions.