More convenience for rendering your fields
We released a new package to our open source field editors that will make your life easier if you happen to develop an app that is making use of the entry editor location.
The package provides two React components that will wrap all the default fields of Contentful with its corresponding styles and structure. It will also display help text and error messages of any of the fields.
To start using it, just install @contentful/default-field-editors into your project and write a couple of lines of code as outlined in the readme. If you are looking for an example on how to do it, you can take a look at our example application for grouping fields, which takes full advantage of the default-field-editors.
More resources
- Reference documentation
- Source code and readme for
@contentful/default-fields-editors - Guides and examples on field editors