new file mode 100644
@@ -0,0 +1,7 @@
+'use strict';
+
+module.exports = {
+ name: 'text',
+ template: require('../../templates/components/text.tpl'),
+ manipulator: 'html'
+};