UNPKG

@nurl/panda-preset

Version:

Official Panda-CSS preset for the Ganglion Design System.

41 lines (38 loc) 866 B
import { admonition } from './admonition' import { avatar } from './avatar' import { badge } from './badge' import { button } from './button' import { checkbox } from './checkbox' import { fieldMessage } from './fieldMessage' import { iconButton } from './iconButton' import { input } from './input' import { label } from './label' import { progress } from './progress' import { radio } from './radio' import { skeleton } from './skeleton' import { switchInput } from './switch' import { tag } from './tag' import { textarea } from './textarea' import { textLink } from './textLink' import { toast } from './toast' export const recipes = { badge, button, fieldMessage, iconButton, label, skeleton, tag, textarea, textLink, } export const slotRecipes = { admonition, avatar, checkbox, input, progress, radio, switchInput, toast, }