Ibm Security

screenshot of Ibm Security
react
scss

A Carbon-powered React component library built by IBM Security

Overview

Carbon for IBM Security is an open-source React component library built by IBM Security. It is based on the Carbon Design System and IBM Design Language. The library consists of working code and resources that are maintained by a vibrant community of contributors. Carbon for IBM Security is licensed under the Apache License, Version 2.0.

Features

  • Carbon components: Provides Carbon component styles.
  • Carbon components React: Includes Carbon React components.
  • @carbon/colors: Enables working with IBM Design Language colors.
  • @carbon/grid: Facilitates building layouts using the grid system.
  • @carbon/icons-react: Provides iconography assets.
  • @carbon/layout: Offers layout-based units and spacing scale.
  • @carbon/type: Includes type tokens used alongside IBM Plex.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.