UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

5 lines (4 loc) 231 B
import { tv } from "tailwind-variants"; export const kbd = tv({ base: "px-2 py-1.5 text-xs font-semibold text-gray-800 bg-gray-100 border border-gray-200 rounded-lg dark:bg-gray-600 dark:text-gray-100 dark:border-gray-500" });