Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
######################
Extend an Existing App
You can extend a Lightning App by using community components or building your own.
----
.. raw:: html
<div class="display-card-container">
<div class="row">
.. Add callout items below this line
.. displayitem::
:header: Add more Components
:description: Extend an App by adding a prebuilt component.
:col_css: col-md-4
:button_link: add_components/index.html
:height: 150
:tag: basic
:header: Add a web user interface (UI)
:description: Extend an App by adding a web user interface (UI)
:button_link: add_web_ui/index.html
:header: Add a URL link
:description: Extend an App by adding a web URL link
:button_link: add_web_link.html
:header: Build a Component
:description: Extend an App by building a Component
:button_link: build_lightning_component/index.html
:header: Add a server
:description: Extend an App by adding a server to a Component.
:button_link: add_server/index.html
:tag: Intermediate
</div>