Installation

Get started with React TimePicker Arc by installing the package using your preferred package manager. The component comes with built-in TypeScript support and requires minimal setup to get running in your React application.

Package Manager Installation

Install the React TimePicker Arc component using your preferred package manager:

npm

Yarn

pnpm

Bun

Requirements

Peer Dependencies

React TimePicker Arc requires the following peer dependencies to be installed in your project:

PackageVersionRequired
react>=16.8.0✅ Yes
react-dom>=16.8.0✅ Yes

If these are not already installed in your project, add them:

TypeScript Support

The component includes built-in TypeScript definitions. No additional @types packages are required.

  • Full TypeScript support out of the box
  • IntelliSense support in VS Code and other editors
  • Comprehensive type definitions for all props and callbacks

Import Options

Standard Import (Recommended)

Import the component along with the default styles for a quick setup: