How to add custom components
-
Hi there,
I’m trying to modify the existing repo to include custom features. However, I’m having quite a bit of trouble understanding how the flow works exactly.
An example of one feature I’m trying to include is a before/after slider. I know I’m able to modify the ACTIONS object within the constants (src/app/quickActions/constants.js). I’ve also made sure to modify the “noElementSelectedActions” constant in the useQuickActions (src/app/quickActions/useQuickAction.js) hook to work with the existing sets of elements, but I’m not sure how exactly to add a custom feature, such as the before/after slider or displaying a custom Modal component.
Could you please describe the flow I should follow when adding a new component/feature/element?
The topic ‘How to add custom components’ is closed to new replies.