@salesforce-ux/sds-guideline-iconography

0.1.5 • Public • Published

@salesforce-ux/sds-guideline-iconography

About

The design guidelines for creating iconography at Salesforce.

Looking for all design guidelines? see @salesforce-ux/sds-guidelines.

Installation

Use npm to install the SDS Design Guideline for Iconography:

npm install --save-dev @salesforce-ux/sds-guideline-iconography

Usage

A design guideline is made up of two things:

  1. A markdown file containing words and images
  2. A metadata file containing usage guidelines
{
  html: '<h2 id="overview">Overview</h2>\n' +
        '\n' +
        '<p>Five types of icons are used to communicate information within Salesforce, each with variations based on use case and representation. From most to least used, they are:</p>\n' +
        ...,
  meta: [{
    name: 'iconography',
    category: 'brand',
    file: 'iconography.md',
    status: 'DRAFTED',
    created_at: 'YYYY-MM-DD',
    updated_at: 'YYYY-MM-DD',
    platforms: ['Web', 'iOS', 'Android', 'Aura'],
    systems: ['slds'],
  }]
}

Other File Formats

Additionally, these other formats are available for use:

  • markdown
  • html
  • commonjs

These file formats are located under /dist and do not have metadata.

Readme

Keywords

none

Package Sidebar

Install

npm i @salesforce-ux/sds-guideline-iconography

Weekly Downloads

1

Version

0.1.5

License

SEE LICENSE IN README.md

Unpacked Size

4.19 MB

Total Files

135

Last publish

Collaborators

  • salesforce-ux