1.15.0 • Published 5 years ago

carbon-addons-ics v1.15.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

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.

1.15.0

5 years ago

1.14.0

5 years ago

1.13.4

5 years ago

1.13.3

5 years ago

1.13.2

5 years ago

1.13.1

5 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.1

6 years ago

1.11.0

6 years ago

1.10.0

6 years ago

1.9.3

6 years ago

1.9.2

6 years ago

1.9.1

6 years ago

1.9.0

6 years ago

1.8.0

6 years ago

1.7.1

6 years ago

1.7.0

6 years ago

1.6.5

6 years ago

1.6.4

6 years ago

1.6.3

6 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago