shadcn-ui / ui

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://ui.shadcn.com
MIT License
72.28k stars 4.37k forks source link

A bit of my thoughts #131

Closed hiql closed 3 months ago

hiql commented 1 year ago

This project is really great, I love it! Thank you for your efforts!! To be frankly, it lacks some useful components, like datepicker, breadcrumb, form...so on May be BaseWeb from Uber can give you some ideas :)

Hopefully, I can see more features in the future!

shadcn commented 1 year ago

@hiql Thanks. I'm working on adding more components soon.

See datepicker: https://twitter.com/shadcn/status/1637529293956739073

its-monotype commented 1 year ago

@shadcn Hi there! I just wanted to say thanks for all the amazing work you've done on this project so far - I can't wait to see where it goes from here! When it comes to additional features, I'm really hoping that #81 becomes a reality soon, and #66 would be incredibly useful as well. Speaking of forms, I noticed that the Radix team recently added a new form primitive that could be a great addition once it comes out of preview/beta. Overall, I'm really excited to see what new features get added in the future. Keep up the fantastic work - you're doing great!

EyMaddis commented 1 year ago

@shadcn Just coming here to also say thanks. No cheeky feature request, just a thank you 😄 Really appreciate your work. This is so helpful and I will now switch partey.io to use it instead of Reach UI. 👏

hiql commented 1 year ago

@shadcn Long time passing.... Is the DatePicker ready? 😊

dBianchii commented 1 year ago

@hiql Yes

mhaidarhanif commented 1 year ago

@hiql The date picker is named as Calendar: https://ui.shadcn.com/docs/components/calendar

shadcn commented 1 year ago

To be frankly, it lacks some useful components, like datepicker, breadcrumb, form...so on

@hiql The date picker is in. Breadcrumb in in review.

Ok to marked this as closed. Thanks for your feedback on the project. Appreciate it.

yasseralsaidi commented 1 year ago

how to use Date Picker to change the time in createdAt field which contain date and time together?

yousihy commented 1 year ago

I love the components and my next project is built using them. However, there is an issue with the date picker. You cannot directly select the years and months. Makes it very difficult for user to navigate with the arrows years back just to provide his/her birthday :)

hemantwasthere commented 1 year ago

@yousihy I am also having this same issue, is there any way to select years and months directly instead of arrows?

Maisaan commented 1 year ago

I love the components and my next project is built using them. However, there is an issue with the date picker. You cannot directly select the years and months. Makes it very difficult for user to navigate with the arrows years back just to provide his/her birthday :)

@yousihy I am also having this same issue, is there any way to select years and months directly instead of arrows?

@yousihy @hemantwasthere As per the docs you would have to set the captionLayout to either dropdown to show dropdowns or dropdown-buttons to show both dropdown and prev/next buttons. You will also have to pass the fromYear and toYear params. Can confirm that this works. However, it breaks the styling so you will have to style it on your own. -React Day Picker Docs

shadcn commented 3 months ago

This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.