A workflow for modern frontend development.
npm install @pluginjs/component
A flexible modern component js plugin.
#### Yarn
``javascript`
yarn add @pluginjs/component
#### NPM
`javascript`
npm i @pluginjs/component
CDN:
Development:
`html`
Production:
`html`
HTML:
`html`
ECMAScript Module:
`javascript
import Component from "@pluginjs/component"
Component.of(document.querySelector('.element'), options)
`
CommonJS:
`javascript
const Component = require("@pluginjs/component")
Component.of(document.querySelector('.element'), options)
`
Browser:
`html``
Tested on all major browsers.
|
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
| --------- | --------- | --------- | --------- | --------- |
| IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions|
@pluginjs/component is Licensed under the GPL-v3 license.
If you want to use @pluginjs/component project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.
For purchase an Commercial License, contact us purchase@thecreation.co.
Copyright (C) 2022 Creation Studio Limited.