https://github.com/axentix/plugins
A plugin is an addon made by the community and verified by the Axentix Team to ensure it has the same behavior as an Axentix component.
https://github.com/axentix/plugins
axentix css framework html js plugins
Last synced: 12 months ago
JSON representation
A plugin is an addon made by the community and verified by the Axentix Team to ensure it has the same behavior as an Axentix component.
- Host: GitHub
- URL: https://github.com/axentix/plugins
- Owner: axentix
- Created: 2021-02-24T09:32:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T02:27:38.000Z (over 4 years ago)
- Last Synced: 2025-03-27T02:43:23.013Z (about 1 year ago)
- Topics: axentix, css, framework, html, js, plugins
- Language: JavaScript
- Homepage: https://useaxentix.com/docs/plugins
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Plugins
## 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
```sh
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](CONTRIBUTING.md) instructions.