Skip to Content
Learning Salesforce Lightning Application Development
book

Learning Salesforce Lightning Application Development

by Mohit Shrivatsava
July 2018
Beginner to intermediate
458 pages
9h 58m
English
Packt Publishing
Content preview from Learning Salesforce Lightning Application Development

Nested page layout using Lightning Layouts

The following example shows how one can nest Lightning:layoutItem and Lightning layout to create various layouts. The following example shows how you can add custom CSS to the application using the Style file of the component bundle. The markup code is as follows:

<aura:application extends="force:slds">    <div class="c-container">        <Lightning:layout multipleRows="true">            <Lightning:layoutItem padding="around-small" size="12">                <div class="page-section page-header">                    <h2>Header</h2>                </div>            </Lightning:layoutItem>            <Lightning:layoutItem padding="around-small" size="12">                <Lightning:layout>                    <Lightning:layoutItem padding="around-small" size="3">                        <div class="page-section page-right">                            <h2>Left Sidebar</h2> <p> ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Application Development with Force.com

Mastering Application Development with Force.com

Kevin J. Poorman
Learning Salesforce Einstein

Learning Salesforce Einstein

Mohit Shrivatsava, Raghuver Parupalli

Publisher Resources

ISBN: 9781787124677Supplemental Content