Last active
December 28, 2017 10:01
-
-
Save YonatanKra/8a575e96d65e0b07b86c958fdba29567 to your computer and use it in GitHub Desktop.
The app.js using the form's API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import template from './index.html'; | |
import {} from './app.css'; | |
import YOPFForm from './form/form.index'; | |
import YOPFFireworks from './fireworks/fireworks.index'; | |
(function() { | |
document.body.innerHTML = template; | |
const form = new YOPFForm(document.getElementById('phrase-form-wrapper')); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment