An open API service indexing awesome lists of open source software.

https://github.com/typo3/infra-component-universe

Central maintained web component to navigate across TYPO3 Platforms.
https://github.com/typo3/infra-component-universe

Last synced: about 1 year ago
JSON representation

Central maintained web component to navigate across TYPO3 Platforms.

Awesome Lists containing this project

README

          

# 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

```html

```

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.

```html




```

## Build

```bash
npm install
npm run build
```