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

5.3.1 • Public • Published

@itwin/components-react

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

Description

The @itwin/components-react package contains React components that are data-oriented, such as PropertyGrid and Tree.

Usage

To get started with the @itwin/components-react package, simply import the necessary components and utilities:

import { Panel, Title } from "@itwin/components-react";

function ListPanel() {
  return (
    <Panel>
      <Title>Panel title</Title>
    </Panel>
  );
}

For more details, check out the @itwin/components-react documentation.

Readme

Keywords

Package Sidebar

Install

npm i @itwin/components-react

Weekly Downloads

9,681

Version

5.3.1

License

MIT

Unpacked Size

2.81 MB

Total Files

893

Last publish

Collaborators

  • imodeljs
  • colinkerr
  • wgoehrig
  • aruniverse
  • cshafer