To see and edit the source code, select "CODE" or "EDIT" from the drop down in the upper right of each example.
In this section you will find a several component examples. The content of
these code samples can be put into any <Component>
definition.
In this section you will find a several full page examples.
The content of these code samples represent the entirity of an HTML file, and can be put directly into an HTML file. Note that for HTML Pages, they can be either embedded in a larger HTML file, or be the entirity of the file. For Markdown Pages, however, they must be the entirity of the file (that is, Modulo will not automatically render the Markdown page if there is other HTML content or Modulo definitions -- you will have to manually do this).
If CORS permits, you can even do an implicit auto-import directly from an absolute URL:
Continue learning with Modulo's Documentation, which has many more interactive "playground" examples...