I have simulate my issue in codesandbox: https://codesandbox.io/s/trusting-babbage-ovj2we?file=/src/App.js I have create a nested modal, when the parent modal i
Material paginator does not show page info. In official documentation, there is page info: 'Page 1 of 20' but when I run their own code locally, or in Stackblit
I want to open a table tab in a new window to interact with the component separately. What's the best recommended method to do this functionality in React.js?
<div class="d-flex flex-row justify-content-between"> <p class="mb-0 me-1 py-2 ps-4 add-text" id=
const links = Array.from(document.querySelectorAll("a")); const tabs = Array.from(document.querySelectorAll(".tabcontent")) const hideAll = () => tabs.f
I'm trying to make a out of '*' and I got the code right because it works in the console but when I try to print it in the html document it does not work functi
So I have a navigation of 4 links, to 4 divs(pages). I want only one page to show at a time, with the id=home showing first once the page loads. To be clearer,
Parent component like this: function ParentComponent(){ return ( <ChildComponent data={{ x: 1, y: 2 }} /> ) } Child component like this: function
I have a bootstrap tooltip like the following. <i class="fas fa-question-circle" style="color: #f44336; cursor: pointer;" data-toggle="tooltip" data-plac
Code below does create accordion in Shopify product pages. I'm looking for a way to hide accordion if it has no content to display. Each accordion is an unique
Describing of context: java app (running under wildfly) works under high workload and heap is almost filled. Because of that full GC runs often and this leads t
I am trying to display a card using chakra UI and next js but the CSS of chakra UI is messed up and all of my components are now not being sho
I have this chat in which I'm trying to apply styles to the "chat-container". The messages are displayed with Angular's *ngFor as follows: <p *ngFor="let m o
I'm moved styles.css file to every location in my project and tried to link it in html file. I moved it even in the same folder where html files are, href auto
I want to know, why this problem happens sometime. I overcome it by opening the desired folder with code directly. But can't use git bash. And saving package.js
I am using Sanity image url in my project and I am getting this error in my console page that says next-dev.js?3515:25 Warning: Prop src did
I have used circle marker to show places on a world map in react. How to add popup on circle marker to show details when circle is clicked. Currently the code s
So I have some input fields which are repetitive to fill different data. For every repetition, I also have a delete button. If I click on this delete button, th
Whenever I try to pass or update the props value from parent to child I need to restart the webpack server everytime. I don't know why props value are not getti
I am using eleventy.js with tailwindcss and postcss. In my setup, postcss does not seem to recognise dynamic classes like md:pl-{{(loop.length-loop.index+1)*2}}