Custom Dropdown using React.js | REACT CUSTOM COMPONENT | #javascript

preview_player
Показать описание
#customComponent #react #html #css #dropdown #customDropdown
Рекомендации по теме
Комментарии
Автор

the easiest solution out of hundreds.. KEEP UP THE GOOD WORK

jongomezdev
Автор

It has been a year and its still a really good tutorial

poolcaceres
Автор

Perfect video, great tutorial on how to create a custom dropdown

raphaelrychard
Автор

precise and up to the point thank you.!

pitambarjadhav
Автор

kind of css carret


<div class='carret'> </div>

.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
:)

ellsonmendesYT
Автор

thanks so much bro for this helpfull tutorial .

AliRazaTruth
Автор

thank you sir video is awesome thx for help

abusalimansari
Автор

It seems like this session (Codesandbox) doesn't exist or has been closed

AminSani
Автор

I want to place two dropdowns placed side by side. Can you please tell me how to do that. Thank you.

sancharidas
Автор

Can i get the link of the whole code..!!it would be helpful

ekta_shukla
Автор

how did you get drop down arrow beside "Choose One" for bold property. Am I missing anything please let me know.

manojrao
Автор

3:39 as a miracle the carret appeared lol

ellsonmendesYT
Автор

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.

sidharth-singh
Автор

I'd manipulate opacity/visibility with transition by adding/removing classes instead of conditionally rendering.

emreozgun
Автор

Hey how I can use the same drop-down but with different information ? Amazing video 😊

abelardoblog
Автор

Hi, the sandbox link is not working, can you upload again?

Emadev-xqgf
Автор

Hi how do you handle click outside with the code in the vid

chenaplayz
Автор

GREAT JOB! WORTH THE SUBSCRIBE! GOOD DAY..

ayushsingh-redn
Автор

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

abrahamjoseph
Автор

what about choose one it is not displaying in dropdown because it should display by default right

jaykrishnanandagiri
join shbcf.ru