Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new timePicker #57

Merged
merged 3 commits into from Feb 4, 2021
Merged

new timePicker #57

merged 3 commits into from Feb 4, 2021

Conversation

Vonder85
Copy link

@Vonder85 Vonder85 commented Feb 4, 2021

Hi and huge thanks for your contribution !

If you add a new component/template, or modify the core of the app please verify that you have check if :

  • A similar item does not already exist
  • Your item is in the right category
  • The sitemap.xml is up to date (for new section added)
  • My item is logically grouped below similar items
  • The content of my item is realistic (avoid lorem ipsum)
  • All images use in my item are serve locally and as light as possible (use next/image for optimization )
  • If possible, provide a dark implementation of the item
  • I have read and followed the contribution guidelines

For more information see the contribution guidelines

@@ -101,6 +102,7 @@ const InputTextPage: FC = () => {
/>
<ComponentLayout title="Group" element={<InputGroup />} component={InputText} />
<ComponentLayout title="textarea" element={<InputArea />} component={InputArea} />
<ComponentLayout title="textarea" element={<TimePicker />} component={TimePicker} />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tu as oublié de changer le title en title="Time Picker"

@Vonder85
Copy link
Author

Vonder85 commented Feb 4, 2021 via email

GROUPEVSC\julien_schiano added 2 commits February 4, 2021 18:53
@Charlie85270 Charlie85270 merged commit eb2e092 into Charlie85270:main Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants