New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@itwin/imodel-components-react

Package Overview
Dependencies
Maintainers
5
Versions
616
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itwin/imodel-components-react

A react component library of iTwin.js UI iModel components

latest
Source
npmnpm
Version
5.27.1
Version published
Weekly downloads
13K
17.69%
Maintainers
5
Weekly downloads
 
Created
Source

@itwin/imodel-components-react

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

Description

The @itwin/imodel-components-react package contains React components that depend on the @itwin/core-frontend, @itwin/core-common or @itwin/core-quantity packages.

Usage

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

import * as React from "react";
import { TimelineComponent } from "@itwin/imodel-components-react";

export function GetTimelineComponent() {
  return (
    <TimelineComponent startDate={new Date(2024, 8, 30)} endDate={new Date()} />
  );
}

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

Keywords

AppUI

FAQs

Package last updated on 30 Mar 2026

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