A react component library of iTwin.js UI iModel components
npm install @itwin/imodel-components-reactCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.
The @itwin/imodel-components-react package contains React components that depend on the @itwin/core-frontend, @itwin/core-common or @itwin/core-quantity packages.
To get started with the @itwin/imodel-components-react package, simply import the necessary components and utilities:
``tsx
import * as React from "react";
import { TimelineComponent } from "@itwin/imodel-components-react";
export function GetTimelineComponent() {
return (
);
}
``
For more details, check out the @itwin/imodel-components-react documentation.