We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b3869 commit 9c46831Copy full SHA for 9c46831
1 file changed
platforms/metagram/src/lib/ui/Input/Input.stories.ts
@@ -28,16 +28,13 @@ export const Tel = {
28
},
29
};
30
31
-<<<<<<< HEAD
32
-export const number = {
+export const NumberInput = {
33
args: {
34
type: "number",
35
placeholder: "Enter something",
36
37
38
39
-=======
40
->>>>>>> a741e7819d230dbf0f597842938d0eb5b7db018f
41
export const Email = {
42
43
type: "email",
@@ -46,11 +43,11 @@ export const Email = {
46
47
44
48
45
export const Invalid = {
49
- args: {
50
- type: 'email',
51
- placeholder: 'Invalid email',
52
- value: 'not-an-email'
53
- }
+ args: {
+ type: "email",
+ placeholder: "Invalid email",
+ value: "not-an-email",
+ },
54
55
56
export const Password = {
0 commit comments