ProductIdentifier

fun ProductIdentifier(value: String, modifier: Modifier = Modifier, label: String? = null, variant: ProductIdentifierVariant = Emphasised)

Product Identifier component is a label that displays numbers related to the identification or the store location of an IKEA range product. It is built on top of androidx.compose.material3.Text and comes with pre-defined appearance based on Skapa design and guidelines.

The Article Number and Location Code variants are to be used with a label representing what information is being displayed according to the Skapa design guidelines. The Cabinet Code variant does not need a label.

Parameters

value

The text to be displayed inside the component.

modifier

Modifier to be applied to the ProductIdentifier.

label

The text to be displayed above the component.

variant

ProductIdentifierVariant defines the Product Identifier styles. The default value is ProductIdentifierVariant.Emphasised.

See also

Samples

net.ikea.skapa.ui.samples.ProductIdentifierSample