Skip to content

Commit

Permalink
docs(datetime): updated the docs for datetime component (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mJarsater authored Oct 16, 2023
1 parent 6053dcf commit 94852b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/datetime/datetime.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
defaultValue: {
name: 'Default value',
description:
'Sets max value. Default value of the component. Format for time: HH-MM. Format for date: YY-MM-DD. Format for date-time: YY-MM-DDTHH-MM.',
'Default value of the component. Format for time: HH-MM. Format for date: YY-MM-DD. Format for date-time: YY-MM-DDTHH-MM.',
control: {
type: 'radio',
},
Expand All @@ -89,7 +89,7 @@ export default {
},
maxValue: {
description:
'Example for different types: datetime="2023-01-31T00:00" date="2023-01-01" time="15:00"',
'Sets max value. Example for different types: datetime="2023-01-31T00:00" date="2023-01-01" time="15:00"',
name: 'Max value',
control: {
type: 'text',
Expand Down

0 comments on commit 94852b4

Please sign in to comment.