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

[Patch 1] Added New Componen DateRangeSelector.tsx #942

Closed
wants to merge 2 commits into from

Conversation

DevFreAkeD
Copy link

@DevFreAkeD DevFreAkeD commented May 23, 2024

Description

Added New Componen DateRangeSelector.tsx

Checklist

  • Screenshots added for any UX changes
  • Demos attached for animations/interactions
  • Pointed at proper branch (develop not main)
  • Assigned PR to yourself
  • Requested review from code owners
  • Relevant labels added (feature, documentation, etc.)
  • `Closes ✏ Create date range picker storybook component #743 added if this resolves a GitHub issue
  • Branch is up to date with develop, ran git rebase develop if necessary
  • All GitHub Actions are passing
  • npm run todo-ci ran if any todo comments were created

Copy link

vercel bot commented May 23, 2024

@DevFreAkeD is attempting to deploy a commit to the Streamability Team on Vercel.

A member of the Team first needs to authorize it.

Comment on lines +3 to +5
// Before Using Install the required dependencies
/*npm install react-datepicker
npm install date-fns*/
Copy link
Owner

Choose a reason for hiding this comment

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

These changes can be added to the package.json. Rather than manually installing these dependencies each time, a new dev should only need to run npm install to get everything they need.

@Thenlie
Copy link
Owner

Thenlie commented May 23, 2024

We should also make a storybook story for this component. You can get more information on that here https://github.com/Thenlie/Streamability/blob/main/docs/storybook.md. Let me know if you have any questions!

@Thenlie Thenlie added the type: feature New feature or request label May 23, 2024
@Thenlie Thenlie added this to the 2.1.0 milestone May 23, 2024
@DevFreAkeD DevFreAkeD closed this May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

✏ Create date range picker storybook component
2 participants