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

Add <DateTimePicker> interactive/input component #278

Merged
merged 5 commits into from
Oct 28, 2022
Merged

Conversation

yhatt
Copy link
Owner

@yhatt yhatt commented Oct 28, 2022

A new <DateTimePicker> interactive component can use in <Actions> and <Input> layout block. It also can use as an input component by setting label prop.

Close #276.

<Modal title="Snooze">
  <DateTimePicker label="When should we remind that?" value={Date.now() + 300000} required />
  <Input type="submit" value="Set" />
</Modal>
  • Add <DateTimePicker> interactive component
  • Add tests
  • Update demo
  • Add docs

@yhatt yhatt merged commit a96d372 into main Oct 28, 2022
@yhatt yhatt deleted the datetimepicker branch October 28, 2022 16:58
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.

<DateTimePicker> interactive component
1 participant