Skip to main content

All Questions

Tagged with
2 votes
1 answer
46 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. ...
JRHaus's user avatar
  • 41
0 votes
1 answer
67 views

how to add icon tag inside of a textinput

Here I created a div class under the div class add a img tag which is work for showing the profile pic. After that we can see a <TextInput> with some css. Outside of this <TextInput/> have ...
sayan chakrabortty's user avatar
0 votes
1 answer
46 views

I want to filter the salary data according to the radio button text

In the code I want filter the data of salary Array when i clicked on the radio button. The render data should be filtered accordingly to the text on the radio button. The check box Array filtering is ...
Satish Medapalli's user avatar
0 votes
1 answer
28 views

How can i switch between 2 react components on the same page?

I'm trying to create a Login and Sign Up page in React Js, the idea is that that they should be rendered on the same page, and user should be able to switch between them (something like this example:...
Ayouni Amir's user avatar
-1 votes
2 answers
45 views

How can i send data from my forms to a summarypage in React?

I am currently learning react and I want to send data from user input in my forms. I want the data to be collected on a new page. I also want the total price for my getCartTotal component to been ...
Lambada's user avatar
0 votes
0 answers
41 views

How to show html tag in the react-pdf plugin?

value: "1. Delivery Term - 30 days 2. Payment Term - 20 days 3. Item Tax 10% IGST" How to show this type of string value to normal html in the pdf? I have tried using html-parser plugin but ...
Partha Paul's user avatar
1 vote
1 answer
25 views

Time function stored in browser local storage is not deleting after initiation window.localStorage.removeItem()

so I am building an app that monitors when food in a restaurant display expires. so a user enters the food into the application when the food is passed from the kitchen to the display, then the timer ...
Brown 's user avatar
  • 73
0 votes
3 answers
254 views

Create loading spinner in react-native

I have created a loading spinner that is being used across my components in my React project. I am now creating a react-native version of this application, and want to re-create this loading spinner ...
sfhasfasf's user avatar
1 vote
0 answers
185 views

Vite Build Missing css file from npm package

I am attempting to build an application to upload to a server directory. I don't get any errors when building, however when I try to visit my website I get a 404 error telling me that one of my css ...
tdammon's user avatar
  • 902
0 votes
1 answer
101 views

Chrome browser does not show a position:'fixed' bottom:'0' until after a refresh

In Mobile Chrome browsers the div at the bottom only renders if the page is moved/refreshed. Once this happens it works great and works after it's cached. However, the first time you open the page ('I ...
cK5150's user avatar
  • 1
0 votes
0 answers
42 views

React component converted to HTML not working as expected only on Gmail

This is my backend nodejs sendEmail(): import nodemailer from 'nodemailer' const sendEmail = async(email,subject,html) =>{ let transporter = nodemailer.createTransport({ host:process....
Aayanam Anirudh's user avatar
1 vote
1 answer
66 views

How to filter on antd table directly from firestore?

I am using an antd Table. I need to add filter to one column named User Type. I want userType column and this userType has TeachType and StudType as possible values. If the value is TeachType I want ...
Renee's user avatar
  • 311
0 votes
0 answers
51 views

Adding an animated svg on an input depending on the CheckValidation result

I'm trying when the email input passes validation to add a tick (a css animated svg) inside the input and set the input border to green and when it doesn't pass validation to put a cross (a css ...
StackScripter's user avatar
1 vote
1 answer
350 views

Installation error: Expected Node js version >=14.15.0 but found 12.22.9

npm ERR! node-pre-gyp info it worked if it ends with ok npm ERR! node-pre-gyp info using [email protected] npm ERR! node-pre-gyp info using [email protected] | darwin | arm64 npm ERR! node-pre-gyp http ...
Jaswant Chaudhary's user avatar
0 votes
0 answers
284 views

Convert HTML blob to DOCX blob

The goal of my app is to export what I'm seeing on screen to docx file. 1 solution I came up with was copying to clipboard then using "html-to-docx" or "html-docx-js" to convert ...
Omer Messer's user avatar

15 30 50 per page
1
2 3 4 5
18