I want to add a tab control like that:
Can you tell me which control I should use?
Here is the list of controls: https://developers.elementor.com/docs/controls/
I want to add a tab control like that:
Can you tell me which control I should use?
Here is the list of controls: https://developers.elementor.com/docs/controls/
2
Answers
To add tab controls you need to take the help of a custom plugin. You can add tab controls or widgets as you wish to the custom plugin. Follow the URL below to structure your custom plugin.
https://github.com/elementor/elementor-hello-world
Plugin Structure:
As I can see from your picture, you want to add a tab inside your Elementor widget.
Add the code given below inside your widget to make a tab view in the Elementor Widget.