Skip to content

Commit

Permalink
feat(datepicker): addressing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Oct 4, 2023
1 parent bd4dc48 commit 5247506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ import { Meta } from '@storybook/addon-docs';
import SpecificationsDatepicker from '@ovhcloud/ods-components/datepicker/documentation/specifications/specifications-datepicker.mdx';
import Notes from '../notes.mdx';

<Meta title="UI Components/Datepicker [organism]/Specifications" />
<Meta title="UI Components/Datepicker [molecule]/Specifications" />

# Datepicker - Technical Specifications
----

<SpecificationsDatepicker />

---
# testing
## Date formats
```format``` defines how the value is displayed in the input, if not set default should be ```dd/mm/yyyy```.
The supported format are defined here https://mymth.github.io/vanillajs-datepicker/#/date-string+format?id=date-format

---
<Notes/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Description, Meta } from '@storybook/addon-docs';
import APITable from '@ovhcloud/ods-components/datepicker/dist/docs/components/osds-datepicker/readme.md';
import Usage from '@ovhcloud/ods-components/datepicker/src/docs/osds-datepicker/usage.mdx';

<Meta title="UI Components/️Datepicker [organism]/Web Component" />
<Meta title="UI Components/️Datepicker [molecule]/Web Component" />

# `<osds-datepicker>`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const storyParams = {
};

export default {
title: 'UI Components/Datepicker [organism]/Web Component',
title: 'UI Components/Datepicker [molecule]/Web Component',
id: 'datepicker',
parameters: {
notes: {
Expand Down

0 comments on commit 5247506

Please sign in to comment.