import Component from "@wazapp/component";
import { guidFor } from '@wazapp/utils'
export default class FormComponent extends Component {
<label htmlFor={guidFor(this, 'title')}>Title</label>
<input id={guidFor(this, 'title')} name="title" />
// <label for="w:1-w2">Title</label>
// <input id="w:1-w2" name="title" />