An open API service indexing awesome lists of open source software.

https://github.com/zertz/react-headless-tabs

Headless and highly flexible tab-like primitives built with react hooks
https://github.com/zertz/react-headless-tabs

component headless hooks react react-hooks tabs

Last synced: 6 months ago
JSON representation

Headless and highly flexible tab-like primitives built with react hooks

Awesome Lists containing this project

README

          

# react-headless-tabs

[![npm](https://badgen.net/npm/v/react-headless-tabs)](https://www.npmjs.com/package/react-headless-tabs) [![bundlephobia](https://badgen.net/bundlephobia/minzip/react-headless-tabs)](https://bundlephobia.com/result?p=react-headless-tabs)

> Headless and highly flexible tab-like primitives built with react hooks

๐Ÿ‘‰ **Check out the [documentation](https://react-headless-tabs.pierluc.io/#documentation) and [interactive examples](https://react-headless-tabs.pierluc.io/#examples)!**

## Features

- ๐ŸŒฑ Well under 1KB minified and gzipped!
- ๐Ÿš› Bring your own DOM!
- โœจ Correctly handles dynamic tabs, no more empty tab panels!
- ๐Ÿคนโ€โ™‚๏ธ Well suited for complex use cases, including drag and drop!
- ๐Ÿš€ Mix and match render and unmount strategies for the best performance and user experience!
- ๐Ÿค“ Available as ESM and CJS!

## Getting started

**npm**

```
npm install react-headless-tabs
```