react-tabs-scrollable icon indicating copy to clipboard operation
react-tabs-scrollable copied to clipboard

a react scrollable tabs component with many additional features

Results 5 react-tabs-scrollable issues
Sort by recently updated
recently updated
newest added

When using the 'react-tabs-scrollable' npm package in my next 13 project, I encountered the following TypeScript error: **Error TS7016** - Missing Declaration File: TypeScript couldn't find a declaration file for...

```js import { Tabs, Tab } from "react-tabs-scrollable"; ``` is bring an error ``SyntaxError: Named export 'Tabs' not found. The requested module 'react-tabs-scrollable' is a CommonJS module, which may not...

Great lib! Do you plan to add ability to drag tabs by mouse on desktop ?

![Image](https://github.com/user-attachments/assets/2ef9ceb5-35ce-4ac1-9660-624c40587ef7) ![Image](https://github.com/user-attachments/assets/69385255-a3fd-4717-8efe-c6a2badf984f)

Thanks for the nice library 👋 When importing the styles from a CSS file like so `@import 'react-tabs-scrollable/dist/rts.css';`, webpack failed because of how the exports were made in the package.json....