UNPKG

@ygor-ui/presets

Version:

Panda CSS presets for Ark UI components

15 lines (13 loc) 285 B
import { defineRecipe } from '@pandacss/dev' export const alert = defineRecipe({ className: 'alert', description: 'An alert style', base: { background: 'bg.default', borderRadius: 'l3', borderWidth: '1px', p: '4', textStyle: 'sm', width: 'full', }, })