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

carbon-addons-cloud

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carbon-addons-cloud

[![Build Status](https://travis-ci.org/carbon-design-system/carbon-addons-cloud.svg?branch=master)](https://travis-ci.org/carbon-design-system/carbon-addons-cloud)

  • 1.1.0
  • npm
  • Socket score

Version published
Weekly downloads
81
decreased by-32.5%
Maintainers
1
Weekly downloads
 
Created
Source

carbon-addons-cloud

Build Status

Carbon add-on for IBM Cloud

Usage

You can install the carbon-addons-cloud package through NPM by doing either of the following:

npm install carbon-addons-cloud --save

# Or, with yarn
yarn add carbon-addons-cloud

After the package is installed, you can access components inside of the package by importing them in one of the following ways:

// With ES2015 modules
import { CloudHeader } from 'carbon-addons-cloud';

// With CommonJS modules
const { CloudHeader } = require('carbon-addons-cloud');

The package also ships with the components Sass files as well. To use these, all you have to do is import the files in one of the following ways:

// Default import path relative to `node_modules`
@import 'node_modules/carbon-addons-cloud/scss/index.scss'

// If you're using webpack, you can use `~` to alias a node module
@import '~/carbon-addons-cloud/scss/index.scss'

Component-specific Sass files are also included and can be imported in a similar fashion.

FAQs

Package last updated on 09 Jan 2018

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