Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@hennge/ui-react
Advanced tools
A collection of React components implementing the HENNGE Design System
A collection of React components implementing the HENNGE Design System
npm install @hennge/ui-react -E
pnpm install @hennge/ui-react -E
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:
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.
git clone https://github.com/HENNGE/hennge-ui-react.git
npm ci
npm run storybook
# TypeScript check
npm run tsc
# ESLint check
npm run lint
# Produces ./dist folder
npm run build
# Produces ./hennge-ui-react-{version}.tgz
npm pack
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
# Produces ./storybook-static folder
npm run build-storybook
npm run icons
FAQs
A collection of React components implementing the HENNGE Design System
The npm package @hennge/ui-react receives a total of 204 weekly downloads. As such, @hennge/ui-react popularity was classified as not popular.
We found that @hennge/ui-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.