UNPKG

@ygor-ui/presets

Version:

Panda CSS presets for Ark UI components

21 lines (19 loc) 426 B
import { editableAnatomy } from '@ark-ui/react' import { defineSlotRecipe } from '@pandacss/dev' export const editable = defineSlotRecipe({ className: 'editable', description: 'An editable style', slots: editableAnatomy.keys(), base: { root: { display: 'flex', flexDirection: 'column', gap: '1.5', width: '100%', }, control: { display: 'flex', gap: '2', }, }, })