Introducing CompositionSlot
CompositionSlot is a method tailored for forms coming in slottr 0.4, which allows you to compose forms and process events inside the template.
To begin using the slot, import it:
import { CompositionSlot } from 'slottr';
You can also create your own with the method createCompositionSlot().