New Funnel field components
Published Fri Nov 03 2023 by Mark
As a part of deprecating @funnel-io/react-widgets
we have added some new
web components to take over some of the job.
Field Unit
The fun-field-unit
component is used to display field unit in a consistent way.
It replaces the <FieldUnitLabel>
component from react-widgets.
Field icon
The fun-field-icon
component is used to display an icon on a field, either the brand icon
for imported fields or a Funnel icon for custom and internal ones. It replaces the <FieldIcon>
component from react-widgets.
Read more on the Field Icon page.
Field label
The fun-field-label
component is used to consistently display a field label throughout the app
so that the user understands what they are looking at. It replaces the <FieldLabel>
component from react-widgets.
Read more on the field label page.