Détail du package

@itwin/components-react

iTwin25.6kMIT5.11.2

A react component library of iTwin.js UI data-oriented components

AppUI, Bentley, BIM, iModel

readme

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