@itwin/manage-versions-react
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

@itwin/manage-versions-react

Description

Contains a component that allows a user to manage Named Versions and Changesets.

Install

npm install @itwin/manage-versions-react
yarn add @itwin/manage-versions-react

Use

import { ManageVersions } from "@itwin/manage-versions-react";

const App = () => (
  <ManageVersions
    accessToken="Bearer ..."
    imodelId="d667d711-a0ee-4843-957b-a8c3ed1caad2"
  />
);

Development

When making changes to the src, run rushx start in the dev folder to enable source watching and rebuild, so the storybook dev-server will have access to updated code on successful code compilation.

Changelog

See complete CHANGELOG here

Readme

Keywords

none

Package Sidebar

Install

npm i @itwin/manage-versions-react

Weekly Downloads

491

Version

1.4.0

License

MIT

Unpacked Size

82.7 kB

Total Files

77

Last publish

Collaborators

  • wgoehrig
  • cshafer
  • aruniverse
  • imodeljs
  • colinkerr