Disclosure
Kdb

Kdb

The Kdb component is a component that displays text within a small box, symbolizing a key pressed on the keyboard.

Props

  • text (String, required): The text to be displayed inside the box.

Basic Usage

<Widget
  src={"flashui.near/widget/Kdb"}
  props={{
      text: 'Ctrl'
    }}
/>
 
<Widget
  src={"flashui.near/widget/Kdb"}
  props={{
      text: 'C'
    }}
/>