VOOZH about

URL: https://www.geeksforgeeks.org/css/blaze-ui-typography-keys-on-a-keyboard/

⇱ Blaze UI Typography Keys on a keyboard - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Blaze UI Typography Keys on a keyboard

Last Updated : 23 Jul, 2025

Blaze UI is a free & open-source Framework with a lightweight UI Toolkit that provides a great structure for building websites quickly with a scalable and maintainable foundation. All components in Blaze UI are developed mobile-first and rely solely on native browser features, not a separate library or framework. It helps us to create a scalable and responsive website fast and efficiently with a consistent style.

In this article, we are going to learn about the Typography keys on a keyboard using Blaze UI.

Typography: Blaze UI framework comes bundled with a nice typography module that covers different text visualizations.

Keys on a keyboard: When you want to describe what keys to press usually as part of support documentation it's preferred to use the keyboard class.

Classes used:

  • u-kbd: This class is used to provide keys on a keyboard interface. In simple words, elements will look like keys on the keyboard.

Syntax:

<kbd class="u-kbd"></kbd>

Example 1: In the following example we will see how we can use Keys on a keyboard.

Output:

👁 Image
 

Example 2:

Output:

👁 Image
 

Reference: https://www.blazeui.com/components/typography/

Comment