Skip to content

Central maintained web component to navigate across TYPO3 Platforms.

Notifications You must be signed in to change notification settings

TYPO3/infra-component-universe

Repository files navigation

Instrastructure Component Universe

Central maintained web component to navigate across TYPO3 Platforms.

Platform Keys

Key Platform Url
services Product Hub https://typo3.com
community Community Hub https://typo3.org
demo Demo https://demo.typo3.org
extensions Extensions https://extensions.typo3.org
documentation Documentation https://docs.typo3.org
shop Shop https://shop.typo3.com
mytypo3 My TYPO3 https://my.typo3.org
download Download Area https://get.typo3.org

Usage

  1. Import the JavaScript into the Document

    <script type="module" async src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js"></script>
  2. Add the component to your application after the opening body tag. Ensure you set the platform key, that is assigned to your platform to the active attribute on the element.

    <typo3-universe active="{platformkey}">
        <!-- Fallback to consume the defined space on loading and no component support -->
        <div style="display: block; height: 44px; background-color: #313131;"></div>
    </typo3-universe>

Build

npm install
npm run build

About

Central maintained web component to navigate across TYPO3 Platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •