GithubHelp home page GithubHelp logo

thedemodev / carbon-addons-ics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carbon-design-system/carbon-addons-ics

0.0 0.0 0.0 101.04 MB

Carbon Add-on for IBM Collaboration Solutions

Home Page: http://ics.carbondesignsystem.com

License: Apache License 2.0

JavaScript 77.88% CSS 22.12%

carbon-addons-ics's Introduction

carbon-addons-ics

Build Status

Carbon add-on for IBM Collaboration Solutions

Usage:

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');

Styles:

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';

node-sass

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 styles

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

Global styles

carbon-addons-ics includes the following global elements:

  • ICS Theme & color
  • ICS Grid
  • ICS Icons
  • Type usage
  • Elevation & shadow
  • Bidi

Component Support

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.

Feedback

We value your feedback! Feel free to submit an Issue or a PR.

Contributing

Contribution docs can be found here.

carbon-addons-ics's People

Contributors

bambrozio avatar j1mie avatar licen-it avatar mdwong5 avatar pelledear avatar srcrawford avatar stpcollabr8nlstn avatar zacharystair avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.