Project

General

Profile

Actions

Task #104163

open

Add lit element for tabs

Added by Philipp Kuhlmay 9 days ago. Updated 9 days ago.

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 #1

Updated by Gerrit Code Review 9 days ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84803

Actions

Also available in: Atom PDF