Skip to content
ui-library / 0.2.6

ui-library 0.2.6

Install from the command line:
Learn more about npm packages
$ npm install @hivemq/ui-library@0.2.6
Install via package.json:
"@hivemq/ui-library": "0.2.6"

About this version

UI Kit

The HiveMQ UI Kit provides components on top of Chakra UI for various applications.

Development

Git Hooks

We use pre-commit to manage the project wide pre-commit-hooks for git.

Please install it using brew (the pip-option is also ok, but you won't end up having to maintain a python-env using brew):

brew install pre-commit

Then run from the repo-root the following commands to install the hooks:

pre-commit install

Dependencies

Install the following dependencies to start the development of the project.

Tool Description Link
PNPM Node package manager to install frontend dependencies https://pnpm.io/installation
NVM Node.js version manager https://github.com/nvm-sh/nvm#installing-and-updating

Then you can install the node.js version of the project by running

nvm install

After that you need to install the node_modules of the project by running the following command:

pnpm install --frozen-lockfile

Start Demo

Then start the application by running

pnpm storybook

That's it happy development 🎉

CLI Commands

Since all dependencies are installed on your machine you can now execute the following commands.

Command Description Example
pnpm storybook Boot up the development environment to view the UI
pnpm test:unit Run all project unit tests

Details


Assets

  • ui-library-0.2.6.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all