inital commit
This commit is contained in:
commit
85fa9aff4a
119 changed files with 3292 additions and 0 deletions
7
src/common/components/ui/styled/kbd.tsx
Normal file
7
src/common/components/ui/styled/kbd.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { ark } from '@ark-ui/solid'
|
||||
import type { ComponentProps } from 'solid-js'
|
||||
import { styled } from 'styled-system/jsx'
|
||||
import { kbd } from 'styled-system/recipes'
|
||||
|
||||
export type KbdProps = ComponentProps<typeof Kbd>
|
||||
export const Kbd = styled(ark.kbd, kbd)
|
Loading…
Add table
Add a link
Reference in a new issue