No description
- JavaScript 56.8%
- CSS 36.5%
- Elm 4.7%
- HTML 1%
- Shell 0.9%
- Other 0.1%
| css | working implementation | |
| js | working implementation | |
| src | refactor: extract module code | |
| .gitignore | working implementation | |
| .tool-versions | working implementation | |
| build.sh | refactor: extract module code | |
| elm.json | working implementation | |
| miu-demo.qq.html | chore: build standalone page | |
| qq.awk | chore: build standalone page | |
| README.md | rewrite readme | |
MarkItUp Custom Element Example
This is a simple demonstration of using HTML Custom Elements in Elm.
Inspired by Luke Westby's Elm Europe talk. The JavaScript custom element code is almost a verbatim copy.
To test it:
- git clone and cd into the local copy
- run
./build.sh - open "index.html" in a web browser