Overview

In this section, you will find an example of how to create a component (widget) customized.

Introduction

Beagle already provides basic widgets that you can use to interface the components of your server-driven application.

However, your application may need more specialized components (Custom Views ) and to make them “fetched” to Beagle, you need to create a specific widget for it. That way, you can create as many new components as you like, as long as you always make your app’s Views “wanted” to Beagle.


Custom Widget

Here you will learn how to create and use a widget on Beagle

Custom widget with ServerDrivenComponent

Creating a custom component with ServerDrivenComponent