| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,11 @@ |
| 1 |
+'use strict'; |
|
| 2 |
+ |
|
| 3 |
+module.exports = {
|
|
| 4 |
+ name: 'submit', |
|
| 5 |
+ template: require('../../templates/components/submit.tpl'),
|
|
| 6 |
+ style: require('../../styles/clay/components/submit.scss'),
|
|
| 7 |
+ manipulator: 'button', |
|
| 8 |
+ defaults: {
|
|
| 9 |
+ attributes: {}
|
|
| 10 |
+ } |
|
| 11 |
+}; |