BREADCRUMB - AppDaddy-Software-Solutions-Inc/framework-markup-language GitHub Wiki

<BREADCRUMB/> : ViewableWidget

The <BREADCRUMB/> widget is used to display and navigate the page navigation history.

Attributes

Name Type Default Description Req
height int 25 The height of the bar
color string black The color of the text
backgroundcolor string transparent The color of the bar
opacity double null The opacity of the background

Examples

(Basic Breadcrumb)
<FML>
    <HEADER>
        <BREADCRUMB />
    </HEADER>
</FML>

logo See it in Action

*Note: Since breadcrumb keeps track of your navigation history within the FML app, and the examples are only 1 depth, you will only see 1 crumb. To illustrate the breadcrumbs better here is what a navigation with a depth of 4 looks like: Breadcrumb Example

Other Widgets You May Find Useful:

⚠️ **GitHub.com Fallback** ⚠️