UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

8 lines (7 loc) 279 B
'use client'; import { jsx as _jsx } from "react/jsx-runtime"; import { forwardRef } from 'react'; import { Group } from '../group/index'; export const AvatarGroup = forwardRef(function AvatarGroup(props, ref) { return _jsx(Group, { overlap: true, ref: ref, ...props }); });