₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,001 members, 8,448,198 topics. Date: Sunday, 19 July 2026 at 11:21 PM

Toggle theme

Hi React Devs . Please I Have A Slight Issue .come.in Here - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingHi React Devs . Please I Have A Slight Issue .come.in Here (1159 Views)

1 Reply (Go Down)

Hi React Devs . Please I Have A Slight Issue .come.in Here by JSXyoungboy(op): 4:50pm On Jun 22, 2022
What's the name of this drop-down menu and how can I do it with React? It's urgent and for my job.

Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Brainmer: 6:04pm On Jun 22, 2022
Use Chrome webpage inspection you want to view the HTML source code. Right-click the page and click on “View Page Source,” or press Ctrl + U
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Karleb(m): 6:16pm On Jun 22, 2022
Brainmer:
Use Chrome webpage inspection you want to view the HTML source code. Right-click the page and click on “View Page Source,” or press Ctrl + U
OG. cool
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by JSXyoungboy(op): 7:15pm On Jun 22, 2022
Brainmer:
Use Chrome webpage inspection you want to view the HTML source code. Right-click the page and click on “View Page Source,” or press Ctrl + U
No this is a Figma File..How can I develop this ?
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Nobody: 7:25pm On Jun 22, 2022
JSXyoungboy:
No this is a Figma File..How can I develop this ?
You'll probably have to use CSS border radius
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Brainmer: 7:59pm On Jun 22, 2022
JSXyoungboy:
No this is a Figma File..How can I develop this ?
Follow this steps

https://www.figma.com/community/plugin/747985167520967365/Figma-to-HTML%2C-CSS%2C-React-%26-more!
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by tensazangetsu20(m): 8:22pm On Jun 22, 2022
This is the kind of designs you see and start cursing the designer.
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by spartan117(m): 8:23pm On Jun 22, 2022
tensazangetsu20:
This is the kind of designs you see and start cursing the designer.
grin grin

I wonder what those curved lines are meant for. They're not useful to the UX the highlighted color already does the job.
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Nobody:
u can achieve that with parent element border and child element border and their border-radius .... also with the list bullets

Yup, u can add designs to list bullets



Parent element has a border-right

Child element has a border left with down border- radius(x) child element list bullet bad white background


Oh hover child element list bullet has border radius 50% with No background

Child element li has a border on hover



Example skeleton below.

Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by JoyousFurnitire(m): 9:34pm On Jun 22, 2022
JSXyoungboy:
No this is a Figma File..How can I develop this ?
Twitter implements something similar for replies/threads. Maybe you should inspect Twitter.

Same with Reddit.
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by devdev: 10:47pm On Jun 22, 2022
JSXyoungboy:
What's the name of this drop-down menu and how can I do it with React? It's urgent and for my job.
You can view the source code of that component on figma then you implement on your css
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Nobody: 1:01pm On Jun 23, 2022
JoyousFurnitire:
Twitter implements something similar for replies/threads. Maybe you should inspect Twitter.

Same with Reddit.
not same tho
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Nobody: 1:08pm On Jun 23, 2022
GREATIGBOMAN:
u can achieve that with parent element border and child element border and their border-radius .... also with the list bullets

Yup, u can add designs to list bullets



Parent element has a border-right

Child element has a border left with down border- radius(x) child element list bullet bad white background


Oh hover child element list bullet has border radius 50% with No background

Child element li has a border on hover



Example skeleton below.
Same thing I said, good to know it worked for you
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by JoyousFurnitire(m): 3:40pm On Jun 23, 2022
GREATIGBOMAN:
not same tho
I actually used the word "similar" undecided
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Nobody: 4:16pm On Jun 23, 2022
JSXyoungboy:
No this is a Figma File..How can I develop this ?
Loooool. Not every figma concept can be realized programmatically.
Me I would just understand the idea and design a simple drop down.
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Brainmer: 6:47pm On Jun 23, 2022
Rgade:
Loooool. Not every figma concept can be realized programmatically.
Me I would just understand the idea and design a simple drop down.
animaapp can convert any design to code but it is expensive to export to react or vuejs .
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Nobody: 6:50pm On Jun 23, 2022
JoyousFurnitire:
I actually used the word "similar" undecided
And I used the word "same"

Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by JoyousFurnitire(m): 7:00pm On Jun 23, 2022
GREATIGBOMAN:
And I used the word "same"
Abeg grin
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Nobody: 9:01pm On Jun 23, 2022
Brainmer:
animaapp can convert any design to code but it is expensive to export to react or vuejs .
Expensive? Like computing wise?
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Frontend: 10:46pm On Jun 23, 2022
Create a file name it dataList.js create another file name it sidebar.js inside sidebar map the list of arrays
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Playermayweda(m): 11:58pm On Jun 23, 2022
GREATIGBOMAN:
u can achieve that with parent element border and child element border and their border-radius .... also with the list bullets

Yup, u can add designs to list bullets



Parent element has a border-right

Child element has a border left with down border- radius(x) child element list bullet bad white background


Oh hover child element list bullet has border radius 50% with No background

Child element li has a border on hover



Example skeleton below.
How did you learn this boss
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by ahmedsaniadamu(m): 9:59am On Jun 24, 2022
creating those curved lines will be really really time consuming with CSS. just create the dropdown
Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Dangrace01: 11:06am On Jun 25, 2022
Playermayweda:
How did you learn this boss
Omo men dey oh.
1 Reply

Pro JS Devs, Please Is This Variable ChainingSo There Are Devs That Earn Up To 30k USD.Hi Devs, See What I Won (New Survey)234

Udemy Paid Course Leaked( Updated 13 April 2023[Help Request] Help In RoboticsMicrosoft Immerses Over 40 Nigerian Developers In Training