Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
carbon-addons-ics
Advanced tools
Carbon add-on for IBM Collaboration Solutions
carbon-addons-ics exists as a package on NPM.
npm install carbon-addons-ics --save
# Or, with yarn
yarn add carbon-addons-ics
Simply import React components like so:
// ES
import { Card, CardContent } from 'carbon-addons-ics';
// Common JS
const { Card, CardContent } = require('carbon-addons-ics');
To include ICS styles in your project, add the following to your existing stylesheet:
// Default import path relative to `node_modules`
@import 'carbon-addons-ics/scss/index-themed.scss';
// If you're using webpack, you can use `~` to alias a node module
@import '~carbon-addons-ics/scss/index-themed.scss';
Make sure to include node_modules
in your node-sass
config. This will guarantee that all imports work as expected. You can find more about this option here.
Component-specific Sass files are also included and can be imported in a similar fashion.
carbon-addons-ics includes the following global elements:
ICS addons provide both new components and component variants and overrides based on carbon-components-react. For more information on particular components and their usage, view the README file for individual components.
We value your feedback! Feel free to submit an Issue or a PR.
Contribution docs can be found here.
FAQs
ICS React and SCSS addons for the Carbon Design System
The npm package carbon-addons-ics receives a total of 27 weekly downloads. As such, carbon-addons-ics popularity was classified as not popular.
We found that carbon-addons-ics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.