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

3 lines (2 loc) 473 B
export { FieldRootProvider as RootProvider, FieldRoot as Root, FieldLabel as Label, FieldError as Error, FieldHelperText as HelperText, FieldRequiredIndicator as RequiredIndicator, FieldContext, } from './field'; export type { FieldRootProps as RootProps, FieldRootProviderProps as ProviderProps, FieldLabelProps as LabelProps, FieldErrorProps as ErrorProps, FieldHelperTextProps as HelperTextProps, FieldRequiredIndicatorProps as RequiredIndicatorProps, } from './field';