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

@itwin/components-react

Package Overview
Dependencies
Maintainers
0
Versions
578
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itwin/components-react

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

5.3.0
Source
npm
Version published
Maintainers
0
Created
Source

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

Keywords

AppUI

FAQs

Package last updated on 14 Mar 2025

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