https://github.com/itwin/viewer
Monorepo that contains the iTwin Viewer npm packages and their related packages
https://github.com/itwin/viewer
imodeljs itwin itwin-viewer itwinjs reactjs
Last synced: 11 days ago
JSON representation
Monorepo that contains the iTwin Viewer npm packages and their related packages
- Host: GitHub
- URL: https://github.com/itwin/viewer
- Owner: iTwin
- License: mit
- Created: 2021-03-22T14:52:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T14:18:21.000Z (about 1 month ago)
- Last Synced: 2025-04-15T06:55:58.931Z (11 days ago)
- Topics: imodeljs, itwin, itwin-viewer, itwinjs, reactjs
- Language: TypeScript
- Homepage:
- Size: 20.8 MB
- Stars: 27
- Watchers: 35
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.MD
- Contributing: CONTRIBUTING.MD
- License: LICENSE.MD
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# iTwin Viewer
Copyright © Bentley Systems, Incorporated. All rights reserved.
The iTwin Viewer is a configurable iTwin.js viewer. This monorepo contains the iTwin Viewer npm packages, as well as sample applications to provide examples of their usage. Each package in the repository contains a README with specific information pertaining to the package.
| Name | Folder | Description | Version |
| ---------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| @itwin/viewer-react | [packages/modules/viewer-react](packages/modules/viewer-react) | Contains the base iTwin Viewer React component | [](https://badge.fury.io/js/%40itwin%2Fviewer-react) |
| @itwin/desktop-viewer-react | [packages/modules/desktop-viewer-react](packages/modules/desktop-viewer-react) | Contains the desktop version of the iTwin Viewer React component | [](https://badge.fury.io/js/%40itwin%2Fdesktop-viewer-react) |
| @itwin/web-viewer-react | [packages/modules/web-viewer-react](packages/modules/web-viewer-react) | Contains the web version of the iTwin Viewer React component | [](https://badge.fury.io/js/%40itwin%2Fweb-viewer-react) |
| @itwin/cra-template-web-viewer | [packages/templates/cra-template-web-viewer](packages/templates/cra-template-web-viewer) | CRA Template that contains the iTwin Web Viewer | [](https://badge.fury.io/js/%40itwin%2Fcra-template-web-viewer) |
| @itwin/cra-template-desktop-viewer | [packages/templates/cra-template-desktop-viewer](packages/templates/cra-template-desktop-viewer) | CRA Template that contains the iTwin Desktop Viewer | [](https://badge.fury.io/js/%40itwin%2Fcra-template-desktop-viewer) |## Contributing
For information on how to contribute to this project, please read [CONTRIBUTING](CONTRIBUTING.MD).