@deephaven/components
TypeScript icon, indicating that this package has built-in type declarations

0.75.0 • Public • Published

@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 React from "react";
import ReactDOM from "react-dom";
import { Button, ThemeProvider } from "@deephaven/components";
import "@deephaven/components/scss/BaseStyleSheet.scss";

ReactDOM.render(
  <React.StrictMode>
    <ThemeProvider themes={[]}>
      <Button kind="primary">Hello</Button>
    </ThemeProvider>
  </React.StrictMode>,
  document.getElementById("root")
);

Readme

Keywords

none

Package Sidebar

Install

npm i @deephaven/components

Weekly Downloads

2,050

Version

0.75.0

License

Apache-2.0

Unpacked Size

3.4 MB

Total Files

661

Last publish

Collaborators

  • jnumainville
  • deephaven-bot
  • vbabich
  • mofojed
  • mikebender
  • niloc132
  • nbauernfeind