
package.dist.components.pin-input.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
The newest version!
export { PinInputContext } from './pin-input-context.js';
export { PinInputControl } from './pin-input-control.js';
export { PinInputHiddenInput } from './pin-input-hidden-input.js';
export { PinInputInput } from './pin-input-input.js';
export { PinInputLabel } from './pin-input-label.js';
export { PinInputRoot } from './pin-input-root.js';
export { PinInputRootProvider } from './pin-input-root-provider.js';
export { usePinInput } from './use-pin-input.js';
export { usePinInputContext } from './use-pin-input-context.js';
import * as pinInput from './pin-input.js';
export { pinInput as PinInput };
export { anatomy as pinInputAnatomy } from '@zag-js/pin-input';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy