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

grommet-theme-hpe

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grommet-theme-hpe

Hewlett Packard Enterprise theme for grommet

  • 4.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.9K
increased by7.61%
Maintainers
3
Weekly downloads
 
Created
Source

grommet-theme-hpe

Hewlett Packard Enterprise design system theme.

Installation

  $ yarn add grommet-theme-hpe

NOTE: To install grommet-theme-hpe from a branch, use the yarn package manager, since npm install fails to install from a branch name. npm install will produce the error:

$ npm install
npm ERR! code ENOPACKAGEJSON
...

Usage

import { Grommet } from 'grommet';
import { hpe } from 'grommet-theme-hpe';

<Grommet theme={hpe} />

stable

The stable branch includes all changes that have been merged to master. This branch can be used to experiment with changes that will be included in the next release. From your package.json point to stable.

"grommet-theme-hpe": "https://github.com/grommet/grommet-theme-hpe/tarball/stable",

NEXT-stable

The NEXT-stable branch is used to prepare and stage changes for the next major theme release. The contents of NEXT branch are available on NEXT-stable. From your package.json point to NEXT-stable.

NOTE: This branch should never be used in production as it contains work in progress and is a feature branch meant for experimentation.

"grommet-theme-hpe": "https://github.com/grommet/grommet-theme-hpe/tarball/NEXT-stable",

FAQs

Package last updated on 11 Jan 2023

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