-
Notifications
You must be signed in to change notification settings - Fork 143
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
docs: add datepicker docs #2184
Conversation
|
✅ PR title follows Conventional Commits specification. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Bundle Size ReportUpdated Components
|
* feat: added initial datepicker * chore: minor changes * fix: spacing of cells * chore: fix header layout * chore: add footer ui * feat: range calendar picker state management & visual level changes * feat: implement bottomsheet & add mobile styling * feat: add chip group * feat: add cell gradients * refactor: factor out gradient styles * fix: css styling * chore: fix header sizes, spacing, button icon size & gradients * feat: add action list item on quick selection panel * feat: add input level props * fix: dateinput reference ref, and add onMonth/YearSelect * chore: fix center icon align * fix: props spreading bug * feat: add disabled dates * chore: review comments * feat: add selected state for month/year cell * chore: simplify gradient logic * chore: fix footer * fix: year picker layout * chore: refactor types * chore: add comments on gradient logic * chore: review comments * chore: fix condition * chore: add focus ring in cells * chore: add datepicker hidden inputs * chore: review comments * chore: remove uneeded event handlers * chore: add dayjs to i18n locale map * chore: set global locale * test(blade): add datepicker tests (#2186) * test: add single datepicker tests * test: add date range tests * chore: minor changes * feat: add more tests * chore: update web snaps * chore: update rn snaps * chore: update * docs: add datepicker docs (#2184) * chore: added storybook docs * chore: add docs for min,max,exclude date * chore: add storybook controls * chore: add locale example * chore: minor * feat: add dynamic locale loading * chore: fix race condition * chore: add locale tests * chore: update snaps * chore: display added component data (#2191) * chore: add meta attrs * Create short-games-wink.md * chore: update story * chore: trigger build --------- Co-authored-by: Nitin Kumar <snitin315@gmail.com>
Description
Changes
Additional Information
Component Checklist