From cda9c115283be8e4e224f6036ba07e5eca243289 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 31 Mar 2021 17:37:40 +0200 Subject: refactor tile forms into own files. add full-width marquee support --- frontend/app/views/tile/forms/tile.form.misc.js | 98 +++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 frontend/app/views/tile/forms/tile.form.misc.js (limited to 'frontend/app/views/tile/forms/tile.form.misc.js') diff --git a/frontend/app/views/tile/forms/tile.form.misc.js b/frontend/app/views/tile/forms/tile.form.misc.js new file mode 100644 index 0000000..dff5e68 --- /dev/null +++ b/frontend/app/views/tile/forms/tile.form.misc.js @@ -0,0 +1,98 @@ +import React from 'react' + +import { + TextInput, + Select, Checkbox, Slider, +} from 'app/common' + +import { UNITS } from './tile.constants' + +export default function TileMiscForm({ tile, parent }) { + return ( +
+
+