Feel free to make any suggestion and observation. And remember the lib's philosophy :
Wrap faster, use quickly ever after.
With this lib, you will able to build a full fledged form, with labels, validations, inspects, outside controls using YOUR NATIVE COMPONENTS, without messing with their props, like so:
<Form onSubmit={yourSubmitHandler} inspect><InputField fLabel='longitude' fName='longitude' fRequired/><InputField fLabel='latitude' fName='latitude' fRequired/><Form.Submit>{(submit) => { <button onClick={submit}/>}}</Form.Submit></Form>
Pretty nice, isn't it?
The fast way, where I've separated only the obligated steps and the most used features
The long way, the traditional path, with all features