Skip to Content
ComponentsGet started

Core Components

UI Kit Core Components are the building blocks of your application.

The components in this package are designed to be:

  • Mature and Consistent, following the Design System specification.
  • Lightweight, optimized for performance with limited external dependencies.
  • Reusable and customizable, with a focus on composition.
  • Accessible, addressing specific usability scenarios.

Usage

These components are available at the @hitachivantara/uikit-react-core package, 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

Other components

Besides the core package, we also provide the following component packages that address more specific use-cases:

Last updated on