Salesforce lightning design system

wacm 518 views 12 slides Mar 18, 2016
Slide 1
Slide 1 of 12
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12

About This Presentation

Deep dive into Salesforce Lightning - March Meetup Slides


Slide Content

Lightning Design System
By Shermal Warnakula

Lightning Design System?
A collection of Design
Patterns, Components,
and Guidelinesfor
creating unified UIs on
Salesforce ecosystem.

Style with Ease
You might have used similar design systems, such as
Twitter Bootstrap or Foundation for building websites.
With the “Lightning Design System” you can build
custom applications with a look and feel that is
consistent with Salesforce core features.

Key Benefits
Tailored for building Salesforce apps with Salesforce
Lightning look and feel.
Continuously updated.
Accessibility is baked into the CSS framework behind
the components.
The CSS is fully namespacedwith the slds-prefix to
avoid CSS conflicts.

Bundles Four Types of Resources
CSS framework
Icons
Font
Design Tokens-allows you to tailor aspects of the
visual design to match your brand.

Core Design Principles
The Lightning ExperienceUI, which the Design System
represents, was crafted using four core design principles.
Clarity
Efficiency
Consistency
Beauty

How to Setup ?
Install as an unmanaged package -Go to the Design
Systemdownloads page, and install the latest version.
The unmanaged package will contain a single static
resource.
Download the Design System zip from thedownloads
pageand upload it yourself as a static resource.

Where Can We Use ?
Visualforcepages
<apex:stylesheetvalue="{!URLFOR($Resource.SLDS100, 'assets/styles/salesforce -
lightning-design-system-vf.css')}" />
Lightning pagesand components (Salesforce1,
Lightning Experience)
<ltng:requirestyles="/resource/SLDS100/assets/styles/salesforce-lightning-design-
system-vf.css" />
Mobile appsaccessing Salesforce.
Standalone web apps

Responsiveness ?
A flexible and powerful “Grid System”, is provided to
construct responsive layouts that scale elegantly across
screen sizes.

Browser Compatibility
Browser Version
Google Chrome Latest
Mozilla Firefox Latest
Safari Latest
Internet Explorer 11 and above

References
Information Central :
https://www.lightningdesignsystem.com/
Learn with Experience :
https://developer.salesforce.com/trailhead/en/module/lig
htning_design_system

Design System
Demo