A minimal “Hello World” component for the ccmjs framework.
This component is intended as a starting point for beginners who want to learn how CCM components are structured, configured, and embedded at runtime.
This example shows the essential concepts of a CCM component:
- Component definition structure
- Default configuration
- Instance creation and configuration override
- Rendering content into the component’s web page area
No build step, tooling, or framework setup is required.