Closed bmordan closed 8 years ago
This PR builds out a collection of components to edit content values for an editable piece of a site.
content
The idea is you pass a field type and it's content like this
{ "content": "#990044", "type": "color" }
to a function and get back the appropriate component populated with the value.
parentState is a function exposed by the parent (the
parentState
This PR builds out:
:eyeglasses:
:+1:
This PR builds out a collection of components to edit
content
values for an editable piece of a site.The idea is you pass a field type and it's content like this
to a function and get back the appropriate component populated with the value.
parentState
is a function exposed by the parent (the