ui icon indicating copy to clipboard operation
ui copied to clipboard

A bit of my thoughts

Open hiql opened this issue 2 years ago • 11 comments

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!

hiql avatar Mar 21 '23 13:03 hiql

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

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

shadcn avatar Mar 21 '23 14:03 shadcn

@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!

its-monotype avatar Mar 21 '23 14:03 its-monotype

@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. 👏

EyMaddis avatar Mar 25 '23 18:03 EyMaddis

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

hiql avatar Apr 17 '23 08:04 hiql

@hiql Yes

dBianchii avatar Apr 18 '23 17:04 dBianchii

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

mhaidarhanif avatar Apr 18 '23 22:04 mhaidarhanif

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.

shadcn avatar Apr 20 '23 12:04 shadcn

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

yasseralsaidi avatar May 30 '23 19:05 yasseralsaidi

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 avatar Jun 02 '23 17:06 yousihy

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

hemantwasthere avatar Jun 07 '23 04:06 hemantwasthere

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

Maisaan avatar Jun 07 '23 18:06 Maisaan

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.

shadcn avatar Jul 10 '24 23:07 shadcn