Actions
Task #104163
openAdd lit element for tabs
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2024-06-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
It should be possible to use a lit element for creating a tab-element inside my lit components.
Something like:
<typo3-backend-tab componentId="notice-tab"> <div title="Fluid" slot="tab-content-0"> <h1>Lorem</h1> <h2>Ipsum</h2> </div> <div title="Lit JS" slot="tab-content-1"> Here is some lit code ....... </div> <div title="Vanilla JS" slot="tab-content-2">Content for Vanilla JS</div> <div title="PHP" slot="tab-content-3">Content for PHP</div> <div title="HTML" slot="tab-content-4">Content for HTML</div> </typo3-backend-tab>
Actions