Skip to Content
ComponentsGet started

Components

UI Kit Components are the building blocks of your application.
They are designed to be reusable and customizable, allowing you to create a consistent look and feel across your app.

Most components are available in the core package, available in the public npm repository:

npm i @hitachivantara/uikit-react-core

The components can then be imported and used as shown below:

import { HvButton, HvTypography } from "@hitachivantara/uikit-react-core";

Typography

Besides the main core package, we also provide the following packages for more specific use-cases:

Last updated on