🍎iOS
SwiftUI version
1. Create your ComponentPropertyClass with properties that you need
2. Add your Component json object in Dymanic.json
3. Create your Component
You can create any custom component that you need for example Text and add in the next step
4. Create your Component Builder
:memo: Note: This Builder must extend CraftBuilder Class and override craft method.
5. In your add your builder inside of CraftBuilderManager
So now enjoy your component!!!
Last updated