Skip to content
Snippets Groups Projects
Select Git revision
  • a1cd7340a71681ca54bf45c292c76f3fed8c1e2e
  • master default protected
  • 1.31
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
23 results

templates

%%NAME%%

Monster is a lightweight, robust and easy-to-use library with modest ambitions. Monster integrates easily into your existing websites without taking over everything.

It is not the goal of Monster to pull in a completely new abstraction with its own language, but to combine the existing techniques of HTML,
CSS and Javascript in a meaningful way.

Monster is perfectly suited for the creation of beautiful and fast
user interfaces and websites. The basis is formed by core functions that
can be supplemented by necessary classes and objects.

One design target is to reach the shiny sun with as little Javascript as possible.

Monster was built with ES6 modules and uses import
and export.

There is a version in the /dist folder that was built via browserify and
thus supports all browsers that are compatible with ES5.

Installation

npm install @schukai/monster @schukai/%%NAME%%

CDN

<script type="module">
  import {Monster} from 'https://unpkg.com/@schukai/monster@1.0.15/dist/modules/monster.js';
  import {Monster} from 'https://unpkg.com/@schukai/%%NAME%%@1.0.15/dist/modules/monster.js';
  console.log(Module.getVersion())
</script>

nomodule for backwards compatibility

<script type="module" src="module.mjs"></script>
<script nomodule src="https://unpkg.com/@schukai/monster@1.0.15/dist/monster.js"></script>
<script nomodule src="https://unpkg.com/@schukai/%%NAME%%@1.0.15/dist/monster.js"></script>

Documentation

To check out docs and examples, visit doc.alvine.io.

Questions

For questions and commercial support please contact schukai GmbH. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

License

Copyright © 2021 schukai GmbH

AGPL

you can also purchase a commercial licence

Changelog

Detailed changes for each release are documented in the CHANGELOG.