/sections
folder of your project.cms
prop on the component will match up with your components Schema
fields. You can see that there is a text component on the Schema field named howdy
which becomes an input text field in the Customizer where its value can now be rendered through your React component. You can get a full list of supported fields in our documentation here.index.js
where you can export your component.index.js
of the /sections
folder. This will allow your component to be available in the Customizer./sections/index.js.