@hxnova/react-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.1 • Public • Published

Nova Components

This library provides all of the essential building blocks for creating a Nova application.

Installation

Add the components package as a dependency to your project:

yarn add @hxnova/react-components

You will also need to install the required peer dependencies:

# With yarn
yarn add @pigment-css/react @hxnova/themes

Usage

In your typescript file, import the component(s) you want to use. You can import them from the package root, or from the specific component subfolder:

// Replace ComponentName with the specific core component you want to use
import { ComponentName } from '@hxnova/react-components';
import { ComponentName } from '@hxnova/react-components/ComponentName';

You can learn more about the specific components and their usage by viewing the comprehensive Nova documentation.

Readme

Keywords

none

Package Sidebar

Install

npm i @hxnova/react-components

Weekly Downloads

176

Version

1.0.0-alpha.1

License

BSD-3-Clause

Unpacked Size

811 kB

Total Files

647

Last publish

Collaborators

  • hexagon-nova
  • dboyles
  • joe.boyle-hexagon
  • yudi.lei
  • wei.e.chen
  • ryan-li
  • feng.gao
  • wenqiang.zou
  • andreashoffmann