Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

React application not correctly "pathing" my image

I have a React application created using Vite. I am also using Styled Components. Everything works fine, except when I specify my background image, it is not creating a correct path. As you can see, ...
Alan Bryan's user avatar
0 votes
1 answer
8 views

How to avoid outer border and modify outer layout of Form using @rjsf/core

I am using Form of @rjsf/core library. Imported the two lib need to be used. import Form from '@rjsf/core'; import validator from '@rjsf/validator-ajv8'; And using the same as per documentation as ...
Taiyab's user avatar
  • 1
-3 votes
0 answers
19 views

Snap causing issue with Scrolling [closed]

So the issue is the screen moves back up if I have scrolled really hard and have not reached to the other section. But it stops when scroll bit by bit. I believe it is due to the snap property, and ...
MoosaZK's user avatar
  • 33
0 votes
1 answer
16 views

Swiper.js Grid slidesPerView auto width calc issue

I am trying to create a horizontal masonry grid using Swiper.js to arrange tags in 2 rows. However, I am encountering two issues with my current implementation using Swiper.js: The width is not ...
Geon's user avatar
  • 59
0 votes
0 answers
11 views

React Carousel Animation Breaking When Item Transition Duration is Set

I'm working on a carousel component that has lots of child components inside it. When the user clicks spin, the carousel component is translated along the x-axis for 6s. Also, during this animation, I ...
Sick Nerd's user avatar
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
0 votes
0 answers
25 views

How to Smoothly Stream and Render Dynamic Table Content in React without UI Shake?

I'm working on a React application that streams content from the OpenAI API. The content is displayed using the ReactMarkdown component, as it can contain both Markdown and HTML. However, when the ...
harry's user avatar
  • 125
-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
0 answers
14 views

Swipper Css loading issue in React Application

I am facing an issue after integrating into React Application latest swiper and CSS are not loading and getting the below error. We have update in webpacker.config.js with CSS loader yarn build ...
Sivananda's user avatar
0 votes
0 answers
23 views

react-svg library and styles are not applied

I have used the "react-svg" library to display SVG icons because I wanted to enter the address of the icon directly, but the problem is that I cannot implement my styles on the icon, like I ...
Iman Jalali'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

15 30 50 per page
1
2 3 4 5
1670