Custom subcomponents
How to customise your checkout further
Last updated
Was this helpful?
How to customise your checkout further
Last updated
Was this helpful?
From Release 102, it is now possible to create custom subcomponents. A subcomponent is one that is intended to be used as part of the Limio Form component. This enables new workflows and means even more customisation is possible when developing a checkout flow.
Whether it's inserting custom fields to collect user information, displaying information, or validating an input via an External Service or the Limio SDK, it is now possible to deliver that easily with just one small change.
In order to add a custom subcomponent, in your package.json
file, simply add the isCustomSubcomponent: true flag.
Once your changes have been pushed and the component has been built, you should then be able to see your new custom subcomponent when managing a Form component on a page.