Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hennge/ui-react

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hennge/ui-react

A collection of React components implementing the HENNGE Design System

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

HENNGE UI React

A collection of React components implementing the HENNGE Design System

npm Version Storybook Figma

Install

Install npm Package

npm install @hennge/ui-react -E
pnpm install @hennge/ui-react -E

Project Setup

import '@hennge/ui-react/dist/style.css';

Although this stylesheet is produced using Tailwind CSS, you do not need Tailwind CSS in your project to use this library.

However, you may want to apply CSS normalization in your project to ensure that the styles shipped with this package are applied correctly. For example:

If you are using certain frameworks, they may also ship with CSS normalization. For example:

Using Components

import { Button } from '@hennge/ui-react';

Complete documentations of the components in this library is provided in the Storybook.

https://ssh.hennge.io/hennge-ui-react/dev/

Access to Storybook and Figma requires HENNGE organization account.

You can also view the Storybook locally by running the development commands listed below.

Access to source code requires HENNGE organization account.

Development

git clone https://github.com/HENNGE/hennge-ui-react.git
npm ci

Run Storybook Dev Server

npm run storybook

Build Package

# TypeScript check
npm run tsc
# ESLint check
npm run lint
# Produces ./dist folder
npm run build
# Produces ./hennge-ui-react-{version}.tgz
npm pack

Install Package File

To try a development build of this package, drop the file into other project and install:

npm install ./hennge-ui-react-{version}.tgz
pnpm install ./hennge-ui-react-{version}.tgz

Build Storybook

# Produces ./storybook-static folder
npm run build-storybook

Compiling SVG Icons

npm run icons

FAQs

Package last updated on 28 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc