-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f054dd9
commit 113e0de
Showing
8 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ export default { | |
"Short Text": ( | ||
<Box bgcolor="background.paper" px={4}> | ||
<Text | ||
topSpacing={1} | ||
title="Short Text Input" | ||
multiline={false} | ||
type="text" | ||
|
@@ -21,6 +22,7 @@ export default { | |
"Long Text": ( | ||
<Box bgcolor="background.paper" px={4}> | ||
<Text | ||
topSpacing={1} | ||
title="Long Text Input" | ||
multiline | ||
fullWidth | ||
|
@@ -37,6 +39,7 @@ export default { | |
Email: ( | ||
<Box bgcolor="background.paper" px={4}> | ||
<Text | ||
topSpacing={1} | ||
title="Email" | ||
label="Email Address" | ||
placeholder="[email protected]" | ||
|
@@ -50,6 +53,7 @@ export default { | |
Number: ( | ||
<Box bgcolor="background.paper" px={4}> | ||
<Text | ||
topSpacing={1} | ||
title="Number" | ||
label="Number" | ||
fullWidth={false} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters