Skip to content

Components#

Base components#

Value.Composition#

Value.Composition combines two or more Value.* components into one.

Value.String#

Value.String is a base component for displaying values of the type string.

Value.SummaryList#

Value.SummaryList uses definition lists to semantically make content consumable for screen readers.

Value.Number#

Value.Number is a base component for displaying values of the type number.

Value.Boolean#

Value.Boolean is a base component for displaying values of the type boolean.

Value.Address#

Value.Address is a wrapper component for displaying string values, with user experience tailored for postal and street addresses.

Value.ArraySelection#

Value.ArraySelection is a wrapper component for displaying string values, with user experience tailored for an array of selected values.

Value.BankAccountNumber#

Value.BankAccountNumber is a wrapper component for displaying string values, with user experience tailored for bank account number values.

Value.Currency#

Value.Currency is a wrapper component for displaying number values, with user experience tailored for currency values.

Value.Date#

Value.Date is a wrapper component for displaying string values, with user experience tailored for date values.

Value.DateOfBirth#

Value.DateOfBirth is a wrapper component for displaying string values, with user experience tailored for date of birth values.

Value.Email#

Value.Email is a wrapper component for displaying string values, with user experience tailored for email values.

Value.MultiSelection#

Value.MultiSelection displays the selected values from a Field.MultiSelection as a formatted list of titles.

Value.Name#

Value.Name is a wrapper component for displaying string values, with user experience tailored for personal, like first and last name and company names.

Value.NationalIdentityNumber#

Value.NationalIdentityNumber is a wrapper component for displaying string values, with user experience tailored for national identity number values.

Value.OrganizationNumber#

Value.OrganizationNumber is a wrapper component for displaying string values, with user experience tailored for organization number values.

Value.PhoneNumber#

Value.PhoneNumber is a wrapper component for displaying string values, with user experience tailored for phone number values.

Value.PostalCodeAndCity#

Value.PostalCodeAndCity is a wrapper component for displaying string values, with user experience tailored for Norwegian postal code and city values.

Value.Provider#

The Value.Provider lets you pass generic properties to all nested Value.* components.

Value.SelectCountry#

Value.SelectCountry will render the selected country.

Value.SelectCurrency#

Value.SelectCurrency will render the selected currency.

Value.Selection#

Value.Selection is a component for displaying a string value based on a user selection.

Value.Time#

Value.Time is a wrapper component for displaying string values, with user experience tailored for time values.

Value.Upload#

Value.Upload is a value component for displaying a list of files.

Feature components#

Value.Composition#

Value.Composition combines two or more Value.* components into one.

Value.String#

Value.String is a base component for displaying values of the type string.

Value.SummaryList#

Value.SummaryList uses definition lists to semantically make content consumable for screen readers.

Value.Number#

Value.Number is a base component for displaying values of the type number.

Value.Boolean#

Value.Boolean is a base component for displaying values of the type boolean.

Value.Address#

Value.Address is a wrapper component for displaying string values, with user experience tailored for postal and street addresses.

Value.ArraySelection#

Value.ArraySelection is a wrapper component for displaying string values, with user experience tailored for an array of selected values.

Value.BankAccountNumber#

Value.BankAccountNumber is a wrapper component for displaying string values, with user experience tailored for bank account number values.

Value.Currency#

Value.Currency is a wrapper component for displaying number values, with user experience tailored for currency values.

Value.Date#

Value.Date is a wrapper component for displaying string values, with user experience tailored for date values.

Value.DateOfBirth#

Value.DateOfBirth is a wrapper component for displaying string values, with user experience tailored for date of birth values.

Value.Email#

Value.Email is a wrapper component for displaying string values, with user experience tailored for email values.

Value.MultiSelection#

Value.MultiSelection displays the selected values from a Field.MultiSelection as a formatted list of titles.

Value.Name#

Value.Name is a wrapper component for displaying string values, with user experience tailored for personal, like first and last name and company names.

Value.NationalIdentityNumber#

Value.NationalIdentityNumber is a wrapper component for displaying string values, with user experience tailored for national identity number values.

Value.OrganizationNumber#

Value.OrganizationNumber is a wrapper component for displaying string values, with user experience tailored for organization number values.

Value.PhoneNumber#

Value.PhoneNumber is a wrapper component for displaying string values, with user experience tailored for phone number values.

Value.PostalCodeAndCity#

Value.PostalCodeAndCity is a wrapper component for displaying string values, with user experience tailored for Norwegian postal code and city values.

Value.Provider#

The Value.Provider lets you pass generic properties to all nested Value.* components.

Value.SelectCountry#

Value.SelectCountry will render the selected country.

Value.SelectCurrency#

Value.SelectCurrency will render the selected currency.

Value.Selection#

Value.Selection is a component for displaying a string value based on a user selection.

Value.Time#

Value.Time is a wrapper component for displaying string values, with user experience tailored for time values.

Value.Upload#

Value.Upload is a value component for displaying a list of files.

Suggest an edit