/* Layout for a single form item */ import React from 'react'; import Form from 'react-bootstrap/lib/Form'; import Row from 'react-bootstrap/lib/Row'; import Col from 'react-bootstrap/lib/Col'; import { registerComponent } from 'meteor/vulcan:core'; const FormItem = ({ path, label, children, beforeInput, afterInput }) => { if (label) { return (