A react component library of iTwin.js UI general purpose components
npm install @itwin/core-reactCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.
The @itwin/core-react package contains general purpose React components, such as Dialog, MessageBox, SearchBox, RadialMenu.
To get started with the @itwin/core-react package, simply import the necessary components and utilities:
``tsx
import { ContextMenu, ContextMenuItem } from "@itwin/core-react";
export function App() {
return (
);
}
``
For more details, check out the @itwin/core-react documentation.