danutc / form-builder

form builder for mozilla-services/react-jsonschema-form
Apache License 2.0
2 stars 1 forks source link

Custom Component support plain html #6

Closed knilink closed 8 years ago

knilink commented 8 years ago

This solution cover this issue #1

knilink commented 8 years ago

plain html component supported, I didn't place it into right click menu. place following uiSchema into any form item to see the effect { "ui:field": "html", "ui:html": "<h1>Heading 1</h1><h2>heading 2</h2><p>content blablabla<p>" }

hnandarusdy commented 8 years ago

We need to be able to style this in the future