- See Digital Maker Space (DMS)
- See ccm Wiki what ccm and what a ccm component is.
- See https://ccmjs.github.io/mkaul-components for my components, examples and embed code.
- See Web Component Cloud (W2C) for more ccm components
Click on a link for online demo. Include the following HTML code for including the web component into your own web site.
<script src="https://ccmjs.github.io/mkaul-components/game_chooser/ccm.game_chooser.min.js"></script>
<ccm-game_chooser></ccm-game_chooser>
<script src="https://ccmjs.github.io/mkaul-components/geogebra/ccm.geogebra.min.js"></script>
<ccm-geogebra></ccm-geogebra>
<script src="https://ccmjs.github.io/mkaul-components/learning_app/ccm.learning_app.min.js"></script>
<ccm-learning_app></ccm-learning_app>
<script src="https://ccmjs.github.io/mkaul-components/uml/ccm.uml.min.js"></script>
<ccm-uml></ccm-uml>
<script src="https://ccmjs.github.io/mkaul-components/upload/ccm.upload.min.js"></script>
<ccm-upload></ccm-upload>
<script src="https://ccmjs.github.io/mkaul-components/fine_upload/ccm.fine_upload.min.js"></script>
<ccm-fine_upload></ccm-fine_upload>
<script src="https://ccmjs.github.io/mkaul-components/form/ccm.form.min.js"></script>
<ccm-form></ccm-form>