Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions learn/app-development/custom-widgets/prefabs-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ id: "prefabs-overview"
sidebar_label: "Prefabs Overview"
---
---
**Prefab** is a reusable, distributable component of an application, which can be tested independently. It can interact with APIs and data on the web. Prefabs can be embedded and integrated into your applications with ease.
**Prefab** is a reusable, distributable component of an application, and can be tested independently. It can interact with APIs and data on the web. Prefabs can be embedded and integrated into your applications with ease.

[![](/learn/assets/prefab2.png)](/learn/assets/prefab2.png)

In this document the following topics related to Prefabs are covered:

- the [What](#prefabs-example), [Why](#prefab-benefits) and [How](#prefab-anatomy) of a Prefab,
- The [What](#prefabs-example), [Why](#prefab-benefits) and [How](#prefab-anatomy) of a Prefab,
- [various features](#prefab-features) of a Prefab,
- using Prefabs in your application by [publishing](#publishing-prefabs) and [importing](#importing-prefabs), and
- Using Prefabs in your application by [publishing](#publishing-prefabs) and [importing](#importing-prefabs), and
- [structure](#files-prefabs) of the Prefab code.

## Understanding Prefabs - An Example
Expand Down