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.
- Host: GitHub
- URL: https://github.com/typo3/infra-component-universe
- Owner: TYPO3
- Created: 2019-11-05T08:30:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T13:39:29.000Z (over 1 year ago)
- Last Synced: 2025-03-30T19:12:45.949Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```