suitcss-components-icon

0.1.1 • Public • Published

SUIT Icon

Build Status

A SUIT component for SVG Icons

Read more about SUIT's design principles.

Installation

  • npm: npm install suitcss-components-icon
  • Download: releases

Available classes

  • Icon - The core class

Usage

<svg class="Icon">...</svg>

Colors

By default the Icon's fill is set to currentColor.

There are two ways to change the Icon's color:

  • Override its fill property
  • Set its parent's color to something else

N.B. you must strip out all of the fill attributes from your SVG images otherwise what described above won't work (including default color).

Scaling

There are two ways to scale Icons:

  • Override its height
  • Override the font-size of the Icon or its parent

Alignment

By default the bottom of the Icons is aligned with the bottom of the parent element's font.

Different alignments can be achieved with flexbox or by overriding the Icon's vertical-align property. Read More about vertical alignment.

Testing

Install Node (comes with npm).

npm install

To generate a build:

npm run build

To generate the testing build.

npm run build-test

Basic visual tests are in test/index.html.

To pre-process:

npm run preprocess

To pre-process the tests:

npm run preprocess-test

Browser support

  • Google Chrome 4+
  • Opera 10.1+
  • Firefox 3+
  • Safari 3.2+
  • Internet Explorer 9+
  • Android Browser 3+

Package Sidebar

Install

npm i suitcss-components-icon

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • giuseppegurgone