From ef78bc6a084f92b4794e987b5832240d85b6479e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 22 Jul 2020 14:05:15 +0200 Subject: refactor app using babel module-resolver --- .../frontend/app/common/form.component.js | 222 +++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 animism-align/frontend/app/common/form.component.js (limited to 'animism-align/frontend/app/common/form.component.js') diff --git a/animism-align/frontend/app/common/form.component.js b/animism-align/frontend/app/common/form.component.js new file mode 100644 index 0000000..c727544 --- /dev/null +++ b/animism-align/frontend/app/common/form.component.js @@ -0,0 +1,222 @@ +import React, { Component } from 'react' +import { courtesyS } from 'app/utils' + +export const TextInput = props => ( + +) + +export const LabelDescription = props => ( + +) + +export const NumberInput = props => ( + +) + +export const ColorInput = props => ( + +) + +export const TextArea = props => ( +