# @viivue/easy-tab-accordion

> Super light-weight JavaScript library to create a simple tab or accordion

Latest version **2.3.3** (published 2025-05-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @viivue/easy-tab-accordion
pnpm add @viivue/easy-tab-accordion
yarn add @viivue/easy-tab-accordion
bun add @viivue/easy-tab-accordion
```

## Health

**Score 35/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 2.3.3 |
| Published | 2025-05-22 |
| First published | 2022-11-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 17.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | phucbm |
| Maintainers | viivuedev, phucbui96 |
| Keywords | viivue, phucbm, javascript, tabs, accordion |

## Links

- npm: https://www.npmjs.com/package/@viivue/easy-tab-accordion
- Repository: https://github.com/viivue/easy-tab-accordion
- Issues: https://github.com/viivue/easy-tab-accordion/issues
- npm.io page: https://npm.io/package/@viivue/easy-tab-accordion

## Dependencies (4)

- [@phucbm/gfm](https://npm.io/package/@phucbm/gfm.md) ^0.0.1
- [@phucbm/os-util](https://npm.io/package/@phucbm/os-util.md) ^0.0.4
- [markdown-loader](https://npm.io/package/markdown-loader.md) ^8.0.0
- [github-markdown-css](https://npm.io/package/github-markdown-css.md) ^5.4.0

## Recent versions

- 2.3.3 (latest) — 2025-05-22
- 2.3.2 — 2025-03-05
- 2.3.1 — 2024-12-19
- 2.3.0 — 2023-09-29
- 2.2.0 — 2023-09-29
- 2.1.6 — 2023-02-16
- 2.1.5 — 2023-02-16
- 2.1.4 — 2023-02-13
- 2.1.1 — 2022-12-09
- 2.1.0 — 2022-11-03

## README

# Easy Tab & Accordion (ETA)

[![release](https://badgen.net/github/release/viivue/easy-tab-accordion/)](https://github.com/viivue/easy-tab-accordion/releases/latest)
[![minified](https://badgen.net/badge/minified/10KB/cyan)](https://www.jsdelivr.com/package/gh/viivue/easy-tab-accordion)
[![jsdelivr](https://data.jsdelivr.com/v1/package/gh/viivue/easy-tab-accordion/badge?style=rounded)](https://www.jsdelivr.com/package/gh/viivue/easy-tab-accordion)
[![license](https://badgen.net/github/license/viivue/easy-tab-accordion/)](https://github.com/viivue/easy-tab-accordion/blob/main/LICENSE)
[![Netlify Status](https://api.netlify.com/api/v1/badges/baaede11-84dc-46b3-b434-11aad923a156/deploy-status)](https://app.netlify.com/sites/easy-tab-accordion/deploys)

> Javascript library to create tabs or accordion.


Visit https://easy-tab-accordion.netlify.app/ for demos and documentation.


## Deployment

```shell
# Start dev server
npm run dev

# Distribute production files (set new version in `package.json` first)
npm run prod

# Build dev site (for Netlify only)
npm run build

# Publish to npm
npm publish
```

## License

[MIT License](https://github.com/viivue/easy-tab-accordion/blob/main/LICENSE)

Copyright (c) 2025 ViiVue

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