Тёмный

Custom Dropdown using React.js | REACT CUSTOM COMPONENT |  

Tech Care Web
Подписаться 219
Просмотров 114 тыс.
50% 1

Custom Dropdown | select using react.js. The following code is available on coding sandbox
link for the sandbox - codesandbox.io/live/3vohdkw
#customComponent #react #html #css #dropdown #customDropdown

Опубликовано:

 

13 апр 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@raphaelrychard5440
@raphaelrychard5440 24 дня назад
Perfect video, great tutorial on how to create a custom dropdown
@jongomezdev
@jongomezdev 2 года назад
the easiest solution out of hundreds.. KEEP UP THE GOOD WORK
@poolcaceres493
@poolcaceres493 Год назад
It has been a year and its still a really good tutorial
@pitambarjadhav9984
@pitambarjadhav9984 Год назад
precise and up to the point thank you.!
@amoriblain3655
@amoriblain3655 2 года назад
Great job! Thank you very much
@ellsonmendesYT
@ellsonmendesYT Год назад
kind of css carret .carret{ transition: all .2s; position: relative; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #ddd; } just stick it inside the dropdown-btn :)
@letsexplainme
@letsexplainme 2 года назад
sandbox link is not working
@downsiteup1
@downsiteup1 2 года назад
made my day, thanks a lot
@ellsonmendesYT
@ellsonmendesYT Год назад
3:39 as a miracle the carret appeared lol
@foxymizer
@foxymizer 2 года назад
in what time did you add an arrow?
@ekta_shukla9248
@ekta_shukla9248 2 года назад
Can i get the link of the whole code..!!it would be helpful
@sancharidas7923
@sancharidas7923 2 года назад
I want to place two dropdowns placed side by side. Can you please tell me how to do that. Thank you.
@AminSani
@AminSani Год назад
It seems like this session (Codesandbox) doesn't exist or has been closed
@AliRazaTruth
@AliRazaTruth Год назад
thanks so much bro for this helpfull tutorial .
@abusalimansari6279
@abusalimansari6279 2 года назад
thank you sir video is awesome thx for help
@ekta_shukla9248
@ekta_shukla9248 2 года назад
Sandbox link is not working
@manojrao9867
@manojrao9867 2 года назад
how did you get drop down arrow beside "Choose One" for bold property. Am I missing anything please let me know.
@tanishkaborkar9754
@tanishkaborkar9754 2 года назад
see some video on react-icons you will get an clear idea then
@islombektadjiyev793
@islombektadjiyev793 4 месяца назад
Perfect ! Thanks bro
@dennisfisher2684
@dennisfisher2684 2 года назад
It's cool! ) Thanks )
@rajbannasa7662
@rajbannasa7662 Год назад
Thank you so much sir ❤️
@rishitachoubey6054
@rishitachoubey6054 3 года назад
The sandbox link is not working
@techcareweb6613
@techcareweb6613 2 года назад
codesandbox.io/s/jolly-proskuriakova-pj2tk
@sabareeshsk1326
@sabareeshsk1326 Год назад
@@techcareweb6613 thank you, please put this in the description for others too
@abelardoblog
@abelardoblog Год назад
Hey how I can use the same drop-down but with different information ? Amazing video 😊
@sidharth-singh
@sidharth-singh 2 года назад
What happens if I use this as a dynamic component and it is at the bottom of viewport. I want the dropdown to open at top. I have been looking for this solution for over a week.
@techcareweb6613
@techcareweb6613 Год назад
You can assign a ref to the drop-down element and check for getBoundingClientRect()
@thebigman9341
@thebigman9341 2 года назад
thanks for the awesome video
@rayhadif
@rayhadif 2 года назад
i cant use it twice pls help
@fogset3005
@fogset3005 2 года назад
i can not see the code
@pritech8302
@pritech8302 2 года назад
thankyou so much sir
@user-ng8bj8uz5n
@user-ng8bj8uz5n 3 месяца назад
👍👍👍
@user-rr7yr9ml9p
@user-rr7yr9ml9p 2 года назад
Thanks!
@techcareweb6613
@techcareweb6613 2 года назад
Welcome!
@chenaplayz3263
@chenaplayz3263 2 года назад
Hi how do you handle click outside with the code in the vid
@yatut4467
@yatut4467 2 года назад
He doesn't handle it.
@jaykrishnanandagiri3436
@jaykrishnanandagiri3436 2 года назад
what about choose one it is not displaying in dropdown because it should display by default right
@SiddharthSingh-vu1ke
@SiddharthSingh-vu1ke 2 года назад
add this under {selected} in App.js
@user-tn5qb6xw6h
@user-tn5qb6xw6h Год назад
Super!!!!
@hrishikeshdeoghare4359
@hrishikeshdeoghare4359 2 года назад
nice
@emreozgun3846
@emreozgun3846 2 года назад
I'd manipulate opacity/visibility with transition by adding/removing classes instead of conditionally rendering.
@techcareweb6613
@techcareweb6613 2 года назад
Yes, you can do that as well.
@abrahamjoseph3080
@abrahamjoseph3080 Год назад
Hello it's been 2 years since this but this video just saved my job, Please can anyone help with adding a reset button, so selection can be cleared instead of refreshing the browser
@nikeshkumarrakesh6296
@nikeshkumarrakesh6296 Год назад
code is not working.
@thegeneralcategory2792
@thegeneralcategory2792 Год назад
thnq
@ayushsingh-re7dn
@ayushsingh-re7dn 5 месяцев назад
GREAT JOB! WORTH THE SUBSCRIBE! GOOD DAY..
@alibalbars5177
@alibalbars5177 2 года назад
instead of using 95% width you can use box sizing border-box 5:41
@anirudhagandhare6294
@anirudhagandhare6294 2 года назад
Thank you for the correction 👍
@codingroom928
@codingroom928 Год назад
clicking outside is unsolved...
@techcareweb6613
@techcareweb6613 Год назад
I'll make a new video soon to cover that as well. For now you can use a hook by mantine-ui called use-outside-click
@nickbenton2828
@nickbenton2828 7 месяцев назад
i absolutely cannot stand the fact that they are moving lines for no reason, and cant even put a text explanation to what they are moving and to where. I have rewatched this section of the tutorial 15 times and im about to decide its pointless.
@techcareweb6613
@techcareweb6613 7 месяцев назад
I'll be updating the video soon, it's quite outdated.
@akashtambe11
@akashtambe11 2 месяца назад
Sandbox link is not working
@thanhnguyenhuy8725
@thanhnguyenhuy8725 Год назад
nice
Далее
Make a Dropdown Menu in React | Beginners Tutorial
22:52
Что за бренд? Supertype
01:00
Просмотров 216 тыс.
100❤️
00:19
Просмотров 25 млн
This is so cool 😲
00:31
Просмотров 9 млн
Building a custom dropdown menu component for React
20:14
Click Outside to Close - React Hook
6:37
Просмотров 56 тыс.
Custom Hooks in React (Design Patterns)
12:56
Просмотров 30 тыс.
How To Create Advanced CSS Dropdown Menus
16:09
Просмотров 466 тыс.
Что за бренд? Supertype
01:00
Просмотров 216 тыс.