-
Notifications
You must be signed in to change notification settings - Fork 89
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
Create Date Picker
Component
#112
Comments
assign me. I think i can help you |
@Dangpham0305 sure go ahead! |
Hey @Dangpham0305 , any updates on this? If timing is bad for you, maybe I should un-assign you so someone else can take this? |
Hey @Chicken-Biryani @sohamsshah I would like to work on this issue. Can you please assign this to me 😄 |
Yes, @yashsehgal go ahead |
Hey, Can I add a prop for providing width to the date-picker component. Like <date-picker-point inputWidth="small" />
// means width - 30% from the parent container <date-picker-point inputWidth="medium" />
// means width - 60% from the parent container <date-picker-point inputWidth="large" />
// means width - 100% from the parent container |
Yes, this looks good. Will add flexibility for building the diff frontend in future! |
Is your feature request related to a problem? Please describe.
Currently, the date-picker component looks like:
Describe the solution you'd like.
We are aiming for this component design as per latest design update for flint.ui
Describe alternatives you've considered
Create this component in the
flint.ui/src/components/
. You can take reference from other components available in the folder. (don't delete any other component files)Additional context.
Make sure that:
Feel Free to ask questions or curiosities around its implementation.
The text was updated successfully, but these errors were encountered: