Category "reactstrap"

How to make reactstrap modal draggable?

how to make reactstrap modal draggable? I have tried by using react-draggable plugin but it is not working properly. It is work only inner section of whole moda

Reactstrap tooltip to be placed on the bottom of whole div, not its children

I used reactstrap Tootltip and the target for it is supposed to be some div. I want tooltip to be always on the bottom of the main container. Unfortunately the

Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>

I'm trying to use react-router with reactstrap in a create-reat-app .In the routing page i needed to use state for the reactstrap so i converted the router from

Module not found: Can't resolve '../../assets/img-3.jpg' in ''

I am trying to import some local images into reactjs. But it's not working. I am using reactstrap to make a carousel. This is the error: Module not found: Can'

reactstrap typescript nx `Uncaught ReferenceError: global is not defined`

I'm using [email protected] with nx and typescript. But if any component is included from reactstrap the app is crashing with below error index.js:3 Uncaught Ref

Display data in Table and Modal using ReactJs

I am new to react. I want to make dashboard using Reactjs and Reactstrap but I have a problem. I want to display my data in the table and show mya all data in m

I'm getting item.map is not a function when I try to delete an item with filter

I'm having a difficult time knowing why when I try to delete an item, it gives me a items.map() is not a function. Before I added the delete functionality, it w

How to get state of Reactstrap's CustomInput Switch component, and how to map switches from an array?

<FormGroup> <div> {this.props.diseases.map((disease, index) => ( <FormGroup> &l