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

@deephaven/components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/components

Deephaven React component library


Version published
Weekly downloads
1.9K
increased by89.8%
Maintainers
5
Weekly downloads
 
Created

@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 17 Feb 2022

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