Skip to content

Commit 9c46831

Browse files
committed
feat: add number input storybook
1 parent 28b3869 commit 9c46831

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

platforms/metagram/src/lib/ui/Input/Input.stories.ts

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,13 @@ export const Tel = {
2828
},
2929
};
3030

31-
<<<<<<< HEAD
32-
export const number = {
31+
export const NumberInput = {
3332
args: {
3433
type: "number",
3534
placeholder: "Enter something",
3635
},
3736
};
3837

39-
=======
40-
>>>>>>> a741e7819d230dbf0f597842938d0eb5b7db018f
4138
export const Email = {
4239
args: {
4340
type: "email",
@@ -46,11 +43,11 @@ export const Email = {
4643
};
4744

4845
export const Invalid = {
49-
args: {
50-
type: 'email',
51-
placeholder: 'Invalid email',
52-
value: 'not-an-email'
53-
}
46+
args: {
47+
type: "email",
48+
placeholder: "Invalid email",
49+
value: "not-an-email",
50+
},
5451
};
5552

5653
export const Password = {

0 commit comments

Comments
 (0)