Jutro Digital PlatformDesigning with JutroComponentsValue formattersInternational phone number valueOn this pageInternational phone number valueInternational phone number value in Storybook UsageCodeExamplesChangelogUsageThis is a utility component for rendering and formatting data, so there are no specific UX guidelines.Code<PhoneNumberValue value={{ phoneNumber: "555-123456" }} />Import statementimport { PhoneNumberValue } from '@jutro/components';Component contractMake sure to understand the Design System components API surface, and the implications and trade-offs. Learn more in our introduction to the component API.PropertiesclassNameTypestringDescriptionCSS class name for this component. dataTypeType'string' | 'object'DescriptionType of returned value. Default value'object'defaultCountryTypeISOCountryCodesDescriptionDefault country code to be rendered. Must be an ISO country code string. idTypestringDescriptionUnique identifier for the component. pathTypestringDescriptionSpecifies the path to the value used to generate the output. prefixTypeIntlMessageShapeDescriptionOptional prefix message to be attached in front of the value. showCountryCodeForReadOnly