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

6 lines (5 loc) 657 B
export { CheckboxRootProvider, CheckboxRoot, CheckboxControl, CheckboxLabel, CheckboxIndicator, CheckboxGroup, CheckboxContext, CheckboxHiddenInput, CheckboxCheckedChangeDetails, } from './checkbox'; export type { CheckboxRootProviderProps, CheckboxRootProps, CheckboxControlProps, CheckboxLabelProps, CheckboxIndicatorProps, CheckboxGroupProps, } from './checkbox'; export { useCheckbox, useCheckboxContext, useCheckboxGroup, useCheckboxGroupContext, } from '@ark-ui/react/checkbox'; export type { UseCheckboxProps, UseCheckboxReturn, UseCheckboxGroupProps, UseCheckboxGroupReturn, } from '@ark-ui/react/checkbox'; export * as Checkbox from './namespace';