Skip to content

sureshHARDIYA/supplement-resources

 
 

Repository files navigation

This is built on the top of SupplementResources Package for some custom purpose. Anyone is welcome to use it.

Supplement SupplementResources Tool

Provides SupplementResources Block for the CodeX Editor. Block has title and message. It can be used, for example, for editorials notifications or appeals.

Installation

Install via NPM

Get the package

npm i --save-dev sureshhardiya-resource

Include module at your application

const SupplementResources = require('sureshhardiya-resource');

Download to your project's source dir

  1. Upload folder dist from repository
  2. Add dist/bundle.js file to your page.

Load from CDN

You can load specific version of package from jsDelivr CDN.

https://cdn.jsdelivr.net/npm/sureshhardiya-resource

Then require this script on page with CodeX Editor.

<script src="..."></script>

About

Warning Tool for CodeX Editor 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.3%
  • CSS 15.7%