Files
trmnl-form-builder/README.md
T
Mario LurigandGitHub 4486c00963 Add known issues in README
Added known issue regarding YAML parsing.
2025-12-09 11:36:59 -07:00

648 B

trmnl-form-builder

A Javascript component for building custom plugin form fields for TRMNL.

Use it now on Github Pages.

Usage

See index.html for an example.

<!-- The Web Component -->
<trmnl-form-builder accent-color="#F8654B" theme="light"></trmnl-form-builder>

<!-- Load the Web Component -->
<script src="trmnl-form-builder.js"></script>

Theme can also be set to dark.

Known Issues

  • Import
    • More complex YAML structures with | or > aren't parsed properly