Scale Design System

repository·main·Indexed 19 days ago

https://github.com/telekom/scale

A digital design system for Telekom products providing production-ready components, design tokens, and documentation. It is available in both a branded Telekom version and a neutral open-source version, with implementation examples for Angular, Gatsby, Nuxt (including Nuxt 3), and React.

Tokens
192.2K
Snippets
435
Records
893
Agent score
63%

What's inside Scale

  1. Use the ScaleCombobox component

    main

    The ScaleCombobox component provides a text input combined with a dropdown list. It allows users to select from a predefined list of options or type in a custom value. It supports keyboard navigation, accessibility (ARIA), and various visual states like disabled or invalid.

    <scale-combobox
      label="Select a framework"
      placeholder="Type or select..."
    ></scale-combobox>