hari / contact
Contact form example via Aura.Input and Aura.Filter and how things work
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=5.4.0
- aura/framework: >1.0.0-beta7
This package is auto-updated.
Last update: 2019-11-07 09:46:14 UTC
README
A sample contact form to show how to use Aura.Filter, Aura.Input with Aura.View.
For a standalone version check https://github.com/harikt/form-example
You can install the package via composer
"hari/contact" : "dev-develop2"
to composer of system.
Note as this is development preview you should add the minimum-stability flag.
The assets like css is rendered via the help of https://github.com/RobLoach/component-installer . So you need to set the configuration as below in composer.json.
"config": { "component-dir": "web/assets", "component-baseurl": "/assets" }
Requirements
a ) PHP 5.4 b ) Aura v2 Web Kernel
Running Server:
Now you can run your development server and point it to contact page . http://localhost:8000/contact
.
If you have any questions get in touch with Aura Community