AreaPlaceholder
NOTE: Placeholder components are only intended for use during development and should not be used in production.
AreaPlaceholder can be used to wrap an area of UI with a helpful label. This is especially helpful when working with Context or State in complex components to help visualize compositional hierarchy.
Default display
Can be open on mount
JSON
{ "stuff": { "okay": true, "something": 23, "string": "cool" } }
Can display a unique title
Custom Title
{ "stuff": { "okay": true, "something": 23, "string": "cool" } }
If needed, can be customized
Style
{ "stuff": { "okay": true, "something": 23, "string": "cool" } }