react-tabs-scrollable
react-tabs-scrollable copied to clipboard
a react scrollable tabs component with many additional features
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 ?
 
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....