Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 439 Bytes

@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>