New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hashicorp/design-system-components

Package Overview
Dependencies
Maintainers
28
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/design-system-components

HashiCorp Design System Components

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
639
decreased by-83.91%
Maintainers
28
Weekly downloads
 
Created
Source

design-system-components

A package containing the components for the HashiCorp Design System.

npm version

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v12 or above

Installation

yarn add @hashicorp/design-system-components

You will need to do three things before importing the styles into your app:

  1. Install ember-cli-sass
ember install ember-cli-sass
  1. Change app/styles/app.css to app/styles/app.scss
  2. Add the following to the app definition (starts on/around line 6 in new Ember apps) in ember-cli-build.js
sassOptions: {
  precision: 4,
  includePaths: [
    './node_modules/@hashicorp/design-system-tokens/dist/products/css',
  ],
},

Finally, add this line to the top of your app's style file (app.scss or similar):

@import '@hashicorp/design-system-components';

Usage

See the dedicated components website: https://design-system-components-hashicorp.vercel.app/

Contributing

See the Contributing guide for details.

License

This project is licensed under the Mozilla Public License 2.0.

Keywords

FAQs

Package last updated on 17 Mar 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

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