Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@itwin/core-react

Package Overview
Dependencies
Maintainers
0
Versions
575
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itwin/core-react

A react component library of iTwin.js UI general purpose components

  • 5.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.5K
increased by43.85%
Maintainers
0
Weekly downloads
 
Created
Source

@itwin/core-react

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

Description

The @itwin/core-react package contains general purpose React components, such as Dialog, MessageBox, SearchBox, RadialMenu.

Usage

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

import { ContextMenu, ContextMenuItem } from "@itwin/core-react";

export function App() {
  return (
    <ContextMenu>
      <ContextMenuItem>Item 1</ContextMenuItem>
    </ContextMenu>
  );
}

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

Keywords

FAQs

Package last updated on 21 Jan 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc