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

4 lines (3 loc) 357 B
export { DialogRootProvider, DialogRoot, DialogBackdrop, DialogContent, DialogTitle, DialogDescription, DialogBody, DialogHeader, DialogFooter, DialogCloseTrigger, DialogTrigger, DialogPositioner, DialogCloseAction, DialogContext, } from './dialog'; export { useDialog, useDialogContext } from '@ark-ui/react/dialog'; export * as Dialog from './namespace';