python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to handle two on Press functions in custom Component in react native
I have modal which I have declared as custom component.
in which I have two button one is action and another is skip. on pressing action button action function should call and on press skip button sk...
user18240475
Votes: 0
Answers: 2
Loosing search and tab accessibility in valueContainer after using custom ValueContainer in react-select
I needed a dropdown with multiple rows of text like this:
I used react-select with custom components:
import Select from 'react-select';
import DropDownOptions from './DropDownOptions';
import DropDo...
K. Shaikh
Votes: 0
Answers: 0
Change BreadCrumb component that was done with react-router v5 to react router v6
I want to change this BreadCrumb component that was done with react-router v5 to react router v6.
import React from "react";
import {
Breadcrumbs as MUIBreadcrumbs,
Link,
Typography
} ...
Fernado Castellon
Votes: 0
Answers: 1
Vue CLI build target lib -> externalize images (Vue 3)
I have a question regarding vue-cli's target build lib. I have an app that produces a custom element following this documentation. Check:
/* ce.js */
import { defineCustomElement } from 'vue';
import ...
Kim Boender
Votes: 0
Answers: 1