With Makeswift’s API you can map visual controls to your React component’s props to make your Next.js app visually editable. We provide controls like `Style`, `Shape`, `List`, `Combobox`, and more, so you can get the props you need without having to refactor your components.
For many components, one of the most important props is `children`, which usually expects a `ReactNode`. The `Slot` control allows your components to receive `ReactNode` as props, unlocking visual composition for your custom components. `Slot` is powered by the same layout technology that powers our Box component.
Read our documentation for the Slot control at https://www.makeswift.com/docs/contro...
Learn more about Makeswift at https://www.makeswift.com/