@mgoodfellow/park-ui-panda-preset
Version:
Panda CSS Preset for Park UI
20 lines (18 loc) • 392 B
text/typescript
import { editableAnatomy } from '@ark-ui/anatomy'
import { defineSlotRecipe } from '@pandacss/dev'
export const editable = defineSlotRecipe({
className: 'editable',
slots: editableAnatomy.keys(),
base: {
root: {
display: 'flex',
flexDirection: 'column',
gap: '1.5',
width: '100%',
},
control: {
display: 'flex',
gap: '2',
},
},
})