New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deephaven/components

Package Overview
Dependencies
Maintainers
8
Versions
862
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/components

Deephaven React component library

0.13.14
v0.13
Source
npm
Version published
Weekly downloads
2K
12.18%
Maintainers
8
Weekly downloads
 
Created
Source

@deephaven/components

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.

Usage

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>

FAQs

Package last updated on 20 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts