|
|
@@ -12,6 +12,7 @@ const TemporalPage: NextPage = () => { |
|
|
|
<Section title="PhoneNumberInput"> |
|
|
|
<Subsection title="Default"> |
|
|
|
<Formatted.PhoneNumberInput |
|
|
|
country="PH" |
|
|
|
label="Phone" |
|
|
|
name="phone" |
|
|
|
enhanced |
|
|
@@ -23,6 +24,7 @@ const TemporalPage: NextPage = () => { |
|
|
|
</Subsection> |
|
|
|
<Subsection title="Non-enhanced"> |
|
|
|
<Formatted.PhoneNumberInput |
|
|
|
country="PH" |
|
|
|
label="Phone" |
|
|
|
name="phone" |
|
|
|
border |
|
|
@@ -33,6 +35,7 @@ const TemporalPage: NextPage = () => { |
|
|
|
</Subsection> |
|
|
|
<Subsection title="With Default Value"> |
|
|
|
<Formatted.PhoneNumberInput |
|
|
|
country="PH" |
|
|
|
label="Phone" |
|
|
|
name="phone2" |
|
|
|
enhanced |
|
|
@@ -44,6 +47,7 @@ const TemporalPage: NextPage = () => { |
|
|
|
<div className="flex gap-4 flex-wrap"> |
|
|
|
<div> |
|
|
|
<Formatted.PhoneNumberInput |
|
|
|
country="PH" |
|
|
|
label="Phone" |
|
|
|
name="phone3" |
|
|
|
enhanced |
|
|
|