New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cloudbees/honeyui-react

Package Overview
Dependencies
Maintainers
13
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbees/honeyui-react

CloudBees HoneyUI React components

latest
Source
npmnpm
Version
3.2.21
Version published
Maintainers
13
Created
Source

React wrappers for HoneyUI

This project is React wrappers on top of HoneyUI Design Framework. It only provides JavaScript components can be used in React.js app and does not have any CSS.

warning

Don't use this library!

This library is outdated and is no longer being developed. You should use [react-honeyui](https://github.com/cloudbees/honeyui/tree/master/packages/react-honeyui) which is based on [react-bootstrap](https://react-bootstrap.github.io/) and is part of the [honeyui](https://github.com/cloudbees/honeyui) UI kit.

namelink
npmhttps://www.npmjs.com/package/@cloudbees/honeyui-react
teststodo link

Publishing new version

  • yarn install
  • npm run build
  • npm version <major | minor | patch>
  • git push origin <tag name>
  • npm publish

Request reviewers for pull requests

When you create a pull request, you can request or delete a specific group of reviewer on the pull request. You can also see a list of reviews requested.

yarn reviewer -h // shows the command help 

The ./config/default.json file is used to configure the command.

  • Create a copy and name it local.json.
  • Remove your name; you cannot request a review of your own PR.

This file overrides the default values and is ignored in .gitignore.

Using a local honeyui-react build in your project

Sometimes you may want to make some change to honeyui-react and test it in your project before releasing honeyui-react. To do so follow the next steps:

 cd ~/your-project/node_modules/@cloudbees/honeyui-react/
 rm -rf dist
 cp -R ~/honeyui-react/dist .

 # To revert it:
 # cd ~/your-project
 # rm -rf node_modules/@cloudbees/honeyui-react/dist
 # npm|yarn install

Every time you make a change in honeyui-react, you will have to build honeyui-react (yarn install will do it), and copy the dist folder again.

FAQs

Package last updated on 14 Nov 2022

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