# @blacktoolbox/vue-list

> List / Menu maker based on Vue3

Latest version **2.1.0** (published 2023-03-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @blacktoolbox/vue-list
pnpm add @blacktoolbox/vue-list
yarn add @blacktoolbox/vue-list
bun add @blacktoolbox/vue-list
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2023-03-20 |
| First published | 2020-02-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 39.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Van Noel |
| Maintainers | vannoel |
| Keywords | blacktoolbox, btblab, btb, vue3, list |

## Links

- npm: https://www.npmjs.com/package/@blacktoolbox/vue-list
- Repository: https://github.com/BlackToolBoxLaboratory/vue-list
- Homepage: https://blacktoolboxlaboratory.github.io/vue/#/packages/list
- Issues: https://github.com/BlackToolBoxLaboratory/vue-list/issues
- npm.io page: https://npm.io/package/@blacktoolbox/vue-list

## Dependencies (1)

- [vue](https://npm.io/package/vue.md) ^3.0.0

## Recent versions

- 2.1.0 (latest) — 2023-03-20
- 2.0.8 — 2023-03-19
- 2.0.7 — 2023-03-17
- 2.0.6 — 2023-03-17
- 2.0.5 — 2023-03-17
- 2.0.4 — 2023-03-15
- 2.0.2 — 2023-03-15
- 2.0.1 — 2023-03-14
- 2.0.0 — 2023-03-06
- 1.4.3 — 2020-05-24
- 1.4.2 — 2020-05-18
- 1.4.1 — 2020-05-17
- 1.4.0 — 2020-05-11
- 1.3.1 — 2020-05-09
- 1.2.0 — 2020-05-05
- … 5 more at https://npm.io/package/@blacktoolbox/vue-list/versions

## README

# Blacktoolbox-vue-list

Create list / menu with [Vue](https://vuejs.org/).

# Installation

Using with [NPM](https://www.npmjs.com/):

    $ npm install --save @blacktoolbox/vue-list

    // using ES6 modules
    import BtbListComponents from '@blacktoolbox/vue-list'

    // using CommonJS modules
    var BtbListComponents = require('@blacktoolbox/vue-list');

    // register to vue
    app.use(BtbListComponents);

# Issue

Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices. 

Please file [issue](https://github.com/BlackToolBoxLaboratory/vue-list/issues), if you have any issue or idea.

# Homepage

You can see the document website [on-line](https://blacktoolboxlaboratory.github.io/vue/#/packages/list).

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