Skip to content

Commit

Permalink
Added story
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmonday committed Apr 1, 2024
1 parent cb0de11 commit c565af6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"react-window": "^1.8.7",
"react-windowed-select": "^2.0.4",
"style-inject": "^0.3.0",
"vibe-storybook-components": "0.17.2"
"vibe-storybook-components": "^0.17.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,13 @@ export const InputFieldWithDateAndTime = {

name: "Input field with date and time"
};

export const InputFieldWithTime = {
render: () => (
<div className="monday-storybook-text-field_size">
<TextField size={TextField.sizes.MEDIUM} type={TextFieldTextType.TIME} />
</div>
),

name: "Input field with time"
};

0 comments on commit c565af6

Please sign in to comment.