airform
airform copied to clipboard
Create the Ember Component
WIP:
Requirements:
- The component should have the name
ember-airform - The component should be the
formelement withaction={'https://airform.io/${email}'}andmethod="post"attributes defined by default - The component shouldn't receive the
actionandmethodattributes - The component should receive the
emailattribute to define the value onactionattribute - The component should have
[email protected]to the default value of theemailattribute - The component should be written in TypeScript
- The component should have the build command to export CJS and ESM modules
- The component should have a simple example using
parcel-bundle - The component should have any test to ensure it will not break
References:
@cjpatoilo can you please assign this to me?