Component kbd does not exist
Use the KBD component as an inline element to denote textual user input from the keyboard inside paragraphs, tables, and other components
The KBD (Keyboard) component can be used to indicate a textual user input from the keyboard inside other elements such as in text, tables, cards, and more.
Use the semantic <Kbd> keyboard input tag to use the default monospace font which is best suited for representing input keys.
To start using the Kbd component you need to import it from flowbite-qwik :
import { Kbd } from "flowbite-qwik"