ZaninAndrea / react-draggable-tabs

Draggable atom-like tabs for React
MIT License
54 stars 10 forks source link
atom component react tabs

React draggable tabs npm version

The plugin is inspired by Atom and allows you to use these beautiful tabs in your React App screenshot of the tabs

Install

just download the repo from npm

npm install react-draggable-tabs --save

Usage

You can import the Tabs component

import Tabs from "react-draggable-tabs"

...

<Tabs />

The Tabs component requires 4 props:

You can also add children to the Tabs and they will be placed in the right-most position, it's useful if you want to add control buttons, for example to open a new tab.

<Tabs {/* ...*/}>
<button>+</button>
</Tabs>

Example

Checkout the live example here
Edit n0952xxo6p