Skip to main content

All Questions

Tagged with
1 vote
1 answer
40 views

How to properly do stroked text with a wipe fill effect

I'm trying to create a React component that renders a stroked text with a progressive fill color based on a prop that works with any font. Because of a bug with -webkit-text-stroke with certain type ...
empz's user avatar
  • 12.1k
-6 votes
0 answers
29 views

that two divs are next to each other, and the next one is below them, etc [closed]

I created a list to which elements are added when clicked, something like a todolist, but you need two divs to be next to each other, and the next one below them, etc. You need to place divs so that ...
PoFFig 23's user avatar
-2 votes
0 answers
26 views

How do I get the canvas to be centered in the screen while keeping the functionality of my mapInterationCSS [closed]

I can't for the life of me get the image to be centered in the screen on page load the map is functional as far as being able to move it around for a VTT application but it overlaps with the map ...
Lacey Washington's user avatar
1 vote
0 answers
18 views

index.html file ignoring footer in docusaurus.config.js file

My understanding is that the docusuarus.config.js file essentially translates the defined info into HTML that builds your website. The file the translated info goes to is the 'index.html' file. ...
user25501038's user avatar
0 votes
0 answers
8 views

How could it be changed swiper-slides width in each at React?

I want to coding using for Freemode Swiper Library similar with here design imgae on React. but Width is same in Swiper source . I have an difficult about adjusting that size. What can i find solution?...
youngin lee's user avatar
-2 votes
0 answers
28 views

Issues with Responsive Design on Website https://white-cube.kz/ [closed]

I'm currently working on the responsive design for a website called https://white-cube.kz/. The site looks great on desktop, but I'm experiencing some issues when viewing it on mobile devices. ...
White-Cube's user avatar
0 votes
1 answer
24 views

Webpack raw-loader/style-loader importing CSS file as JavaScript string instead of CSS content

I am using Webpack to build my chrome extension and I am trying to import a CSS file as a string so that I can inject it into a shadow DOM. However, when I import the CSS file, it is imported as ...
Joel Benjamin's user avatar
-3 votes
0 answers
30 views

Username.js not showing the desired output (using MERN for the project) [closed]

The following code (Username.js file) is the part of a user authentication application that I am making using MERN. I am not able to make my Username page like the attached image is showing: Desired ...
Nishtha's user avatar
0 votes
0 answers
44 views

CSS transition not working for backdrop-blur

My React/Tailwind app has a mobile menu popup for screens less than 768px wide which uses the Tailwind properties backdrop-blur to blur out everything behind the menu items. I have a transition-all ...
Harley Zhang's user avatar
0 votes
2 answers
51 views

Styled Components styles are not applied

I've a react popup which uses styled-component for styling. I'm rendering the react app in shadow dom. Because I didn't want any other css file to modify the popup. It is working on most sites except ...
Zullu Balti's user avatar
0 votes
0 answers
55 views

I am trying to get the arrow button conditionally if the screen size is smaller or the more steps is coming in, but its not working

I am trying to get the arrow button back and forth conditionally if the screen size is smaller or the more steps is coming in, also if there is no step beyond then the arrow should not shown, but its ...
user25866625's user avatar
0 votes
1 answer
35 views

Is it possible to make a contentEditable div have a fixed height in React.js?

I have this contentEditable div and I need it to have a fixed size/capacity. The div should not keep making new lines if it reaches the capacity and the user shouldn't be able to keep typing in the ...
IRA's user avatar
  • 1
0 votes
0 answers
21 views

Is it redundant to have a function to load all the file not in the dist folder in a Vite React Project?

Before I say what the problem is could I get some links to some resources that help me understand how Vite build files and how the whole build process works? Especially when it comes to the asset ...
Drayden's user avatar
  • 11
2 votes
0 answers
26 views

Drag functionality for search results

So I tried to learn how to implement React. When I click the open panel, I need to search from text box, and after the results display, I need to drag the results into the table and column. But I am ...
Ram01's user avatar
  • 171
0 votes
1 answer
43 views

how to keep the nested collapsible table row inside main tabe row in mui table react?

I have a Material UI (MUI) table with a border color and background color. Each table row needs to have a collapsible table row. MUI's documentation shows a separate table row and uses React.Fragment, ...
Rana Faraz's user avatar

15 30 50 per page
1
2 3 4 5
759