Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,156,137 members, 7,829,068 topics. Date: Wednesday, 15 May 2024 at 06:28 PM

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

Nairaland Forum / Science/Technology / Programming / Hi React Devs . Please I Have A Slight Issue .come.in Here (812 Views)

Pro JS Devs, Please Is This Variable Chaining / So There Are Devs That Earn Up To 30k USD. / Hi Devs, See What I Won (New Survey) (2) (3) (4)

(1) (Reply) (Go Down)

Hi React Devs . Please I Have A Slight Issue .come.in Here by JSXyoungboy: 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

3 Likes

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

1 Like

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!

2 Likes 2 Shares

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.

5 Likes

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.

2 Likes

Re: Hi React Devs . Please I Have A Slight Issue .come.in Here by Nobody: 8:55pm On Jun 22, 2022
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.

8 Likes 1 Share

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.

1 Like

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)

Bug In Bank Application That Spits Out Account Balance And Customer Details / How To Down Grade A Psp Of 4.05 Version / I Make It!

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 22
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.