From a17b76ac75f506f5da6fe8adf9c36632b60d4226 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 26 Sep 2020 14:56:02 +0200 Subject: refactor to use app-rooted js imports --- frontend/app/common/form.component.js | 220 ++++++++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 frontend/app/common/form.component.js (limited to 'frontend/app/common/form.component.js') diff --git a/frontend/app/common/form.component.js b/frontend/app/common/form.component.js new file mode 100644 index 0000000..cf3e466 --- /dev/null +++ b/frontend/app/common/form.component.js @@ -0,0 +1,220 @@ +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 => ( +