How to categorise components in insert tab?

I’d like to have another section like “Forms” for my custom components.

Hi, thanks for reaching out! You can create and arrange your custom components into sections, and we have additional information here.

Feel free to reach out with any additional questions!

Thanks Kara.

Builder.register('insertMenu', {
name: 'Form',
items: [
{ name: 'Button' },
{ name: 'TextInput' },
{ name: 'Dropdown' },
{ name: 'DatePicker' },
{ name: 'Checkbox' },
{ name: 'Switch' },
{ name: 'Radio' },
{ name: 'File' },
{ name: 'Form' }
]
});