UNPKG
@mgoodfellow/park-ui-panda-preset
Version:
latest (0.43.2-fix-accent-colors.0)
0.43.2-fix-accent-colors.0
Panda CSS Preset for Park UI
park-ui.com
cschroeter/park-ui
@mgoodfellow/park-ui-panda-preset
/
src
/
theme
/
recipes
/
qr-code.ts
9 lines
(7 loc)
•
208 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ qrCodeAnatomy }
from
'@ark-ui/anatomy'
import
{ defineSlotRecipe }
from
'@pandacss/dev'
export
const
qrCode =
defineSlotRecipe
({
className
:
'qrCode'
,
slots
: qrCodeAnatomy.
keys
(),
base
: {}, })