Browse
For agents
About
Elementor Website Builder – more than just a page builder
/
4.0.2
Elementor Website Builder – more than just a page builder
v4.0.2
Switch version
4.3.0-beta3
4.3.0-beta2
4.3.0-beta1
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.5
4.2.0-beta2
4.2.0-dev2
4.2.0-beta1
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.1.0-beta3
4.1.0-dev3
4.0.9
4.1.0-beta2
4.1.0-dev2
4.0.8
4.1.0-beta1
4.1.0-dev1
All 452 releases
Overview
Code
elementor
/
modules
/
atomic-widgets
/
elements
/
atomic-tabs
/
atomic-tab
/
atomic-tab.html.twig
atomic-tab.html.twig
in Elementor Website Builder – more than just a page builder 4.0.2, at modules/atomic-widgets/elements/atomic-tabs/atomic-tab/atomic-tab.html.twig
3 lines
690 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
{%
set
classes
=
[
'
e-con
'
,
'
e-atomic-element
'
,
base_styles
.
base
]
|
merge
(
settings
.
classes
|
default
(
[
]
)
)
|
join
(
'
'
)
%}
2
<
button
class
=
"
{{
classes
}}
{{
editor_classes
|
default
(
'
'
)
}}
{{
is_active
?
'
e--selected
'
:
'
'
}}
"
data-id
=
"
{{
id
}}
"
data-element
_type=
"
{{
type
}}
"
data-e-type
=
"
{{
type
}}
"
data-interaction-id
=
"
{{
interaction_id
}}
"
data-interactions
=
"
{{
interactions
|
json_encode
|
e
(
'
html_attr
'
)
}}
"
role
=
"
tab
"
tabindex
=
"
{{
is_active
?
'
0
'
:
'
-1
'
}}
"
aria-selected
=
"
{{
is_active
?
'
true
'
:
'
false
'
}}
"
x-bind
=
"
tab
"
x-ref
=
"
{{
id
}}
"
id
=
"
{{
tab_id
}}
"
aria-controls
=
"
{{
tab_content_id
}}
"
{{
editor_attributes
|
default
(
'
'
)
|
raw
}}
>
<!--
elementor-children-placeholder
-->
</
button
>
3