This is a component library of Deephaven React components. See ./src/index.ts for a list of components that can be imported into your package.
Add the package to your "dependencies":
npm install --save @deephaven/components
Then, import and use the components from the package:
import { Button } from '@deephaven/components';
<Button kind="primary">Hello</Button>