UNPKG

@mgoodfellow/park-ui-panda-preset

Version:

Panda CSS Preset for Park UI

19 lines (17 loc) 419 B
import { defineRecipe } from '@pandacss/dev' export const skeleton = defineRecipe({ className: 'skeleton', base: { animation: 'skeleton-pulse', backgroundClip: 'padding-box', backgroundColor: 'gray.a4', borderRadius: 'l3', color: 'transparent', cursor: 'default', pointerEvents: 'none', userSelect: 'none', '&::before, &::after, *': { visibility: 'hidden', }, }, })