# @hiendv/tabs

> Utilities & themes for @hiendv/vue-tabs & @hiendv/react-tabs

Latest version **0.12.5** (published 2021-06-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @hiendv/tabs
pnpm add @hiendv/tabs
yarn add @hiendv/tabs
bun add @hiendv/tabs
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.12.5 |
| Published | 2021-06-04 |
| First published | 2019-08-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Hien Dao |
| Maintainers | hiendv |

## Links

- npm: https://www.npmjs.com/package/@hiendv/tabs
- Repository: https://github.com/hiendv/tabs.git#master
- Homepage: https://github.com/hiendv/tabs/tree/master#readme
- Issues: https://github.com/hiendv/tabs/issues
- npm.io page: https://npm.io/package/@hiendv/tabs

## Dependencies (1)

- [@hiendv/bem-sass](https://npm.io/package/@hiendv/bem-sass.md) ^0.1.0

## Recent versions

- 0.12.5 (latest) — 2021-06-04
- 0.3.7 — 2020-02-19
- 0.3.0 — 2019-10-15
- 0.2.8 — 2019-10-01
- 0.2.7 — 2019-09-13
- 0.2.6 — 2019-09-12
- 0.2.3 — 2019-09-10
- 0.2.1 — 2019-09-03
- 0.2.0 — 2019-08-19
- 0.1.2 — 2019-08-14

## README

# @hiendv/tabs
Utilities & themes for @hiendv/vue-tabs & @hiendv/react-tabs

## Installation & Usage
### NPM
The package is mostly consumed by internal Vue & React components. Everything is re-exported.
```js
// Vue
import { themeDefault, themeDark, setHash } from '@hiendv/vue-tabs'

// React
import { themeDefault, themeDark, setHash } from '@hiendv/react-tabs'
```

Please see **[vue-tabs-example](/packages/vue-tabs-example)** for a complete demonstration.

## Development & Testing
Please check the [Contributing Guidelines](https://github.com/hiendv/tabs/blob/master/CONTRIBUTING.md).

## Contribution
Issues and PRs are welcome !

---
_Source: https://npm.io/package/@hiendv/tabs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
