Fluent Commerce Logo
Docs
Sign In

List Source Wrapper

UI Component

Changed on:

8 Feb 2024

Overview

The list source wrapper is a wrapper for the fc.list component that converts data from the Metrics API to a list-readable format.

Plugin NameInventory

Inventory components for managing a Fluent Commerce account.

2023-12-15

v1.0.0

Inventory UI

Alias

fc.list.wrapper.source

Detailed technical description

List Source Wrapper is used in the Sources Dashboard

Properties

Properties

Name

Type

Required

Default

Description

descendants

`component or component[]`

no

none

The components that will be rendered.

Configuration example

1{
2    "component": "fc.list.wrapper.source",
3    "props": {
4        "descendants": [
5            {
6                "component": "fc.list",
7                "props": {
8                    "responsiveness": "card",
9                    "attributes": [
10                        ...
11                    ]
12                }
13            }
14        ]
15    }
16}

Language: json

Version History

2023-12-28

v1.0.0

List Source Wrapper description

Recommended Placement

Fluent Big Inventory Web App -> Sources Dashboard