Fluent Commerce Logo
Docs
Sign In

User Action: Inline

UI Component

Changed on:

19 Oct 2023

Overview

The inline generates a form from a workflow-configured and places it directly into the page as a card.

This is useful when the main reason for a page existing is to that , especially when coupled with the conditional component to create a wizard-like flow.

No alt text provided
Plugin NameCore

The standard library of components. 

0000-00-00

v1.0.0

Initial changelog entry.

Alias

fc.action.inline

Detailed technical description

n/a

Properties

Name

Type

Required

Default

Description

name

`string`

yes


Name of the to show in the card. If there is no of this name on the current , the card will not show.

highlight

`MystiqueThemeColour` / `string` (hex value)

no

none

Show a coloured highlight above the card to denote status in cases like dashboard cards.

width

`"quarter"` / `"third"` / `"half"` / `"two-thirds"` / `"full"` / `number (1-12)`

no

`"full"`

Define the width of this card on a 12-column grid. Can use the named widths for readability or numbers directly.

On mobile devices all widths will automatically change to 12 for the best responsive experience.

Default is "full" and will take up the full width of the containing component.

Configuration example

1{
2  "component": "fc.action.inline",
3  "props": {
4    "name": "PickConfirm",
5    "width": "full"
6  }
7}

Version History

2023-08-01

v0.0.0

First release

Recommended Placement

None