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 3 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 ?