File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Toolkit/kits/shadcn/kbd/templates/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{# @block content The default block #}
22<kbd
3- class =" {{ (' bg-muted text-muted-foreground pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm px-1 font-sans text-xs font-medium select-none [[data-slot=tooltip-content]_&]:bg-background/20 [[data-slot=tooltip-content]_&]:text-background dark:[[data-slot=tooltip-content]_&]:bg-background/10' ~ attributes.render (' class' ))| tailwind_merge }}"
4- {{ attributes }}
3+ class =" {{ (' bg-muted text-muted-foreground pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm px-1 font-sans text-xs font-medium select-none [[data-slot=tooltip-content]_&]:bg-background/20 [[data-slot=tooltip-content]_&]:text-background dark:[[data-slot=tooltip-content]_&]:bg-background/10 ' ~ attributes.render (' class' ))| tailwind_merge }}"
4+ {{ attributes. without ( ' class ' ) }}
55>
66 {%- block content %}{% endblock -%}
77</kbd >
You can’t perform that action at this time.
0 commit comments