# @bldr/vue-components-collection

> A collection of different vue components.

Latest version **0.1.16** (published 2019-10-20) · 0 weekly downloads

## Install

```sh
npm install @bldr/vue-components-collection
pnpm add @bldr/vue-components-collection
yarn add @bldr/vue-components-collection
bun add @bldr/vue-components-collection
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.16 |
| Published | 2019-10-20 |
| First published | 2019-09-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 6.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | joseffriedrich |

## Links

- npm: https://www.npmjs.com/package/@bldr/vue-components-collection
- npm.io page: https://npm.io/package/@bldr/vue-components-collection

## Dependencies (4)

- [vue](https://npm.io/package/vue.md) ^2.6.10
- [core-js](https://npm.io/package/core-js.md) ^3.2.1
- [@bldr/core](https://npm.io/package/@bldr/core.md) ^0.0.32
- [@bldr/vue-component-material-icon](https://npm.io/package/@bldr/vue-component-material-icon.md) ^0.1.12

## Recent versions

- 0.1.16 (latest) — 2019-10-20
- 0.1.15 — 2019-10-12
- 0.1.14 — 2019-10-12
- 0.1.13 — 2019-10-06
- 0.1.12 — 2019-09-30
- 0.1.11 — 2019-09-28
- 0.1.10 — 2019-09-09
- 0.1.9 — 2019-09-09
- 0.1.8 — 2019-09-04
- 0.1.7 — 2019-09-03
- 0.1.6 — 2019-09-03
- 0.1.5 — 2019-09-02
- 0.1.4 — 2019-09-02

## README

[![npm](https://img.shields.io/npm/v/baldr.svg)](https://www.npmjs.com/package/baldr)
[![Build Status](https://travis-ci.org/Josef-Friedrich/baldr.svg?branch=master)](https://travis-ci.org/Josef-Friedrich/baldr)
[![GitHub repo size](https://img.shields.io/github/repo-size/Josef-Friedrich/baldr.svg)](https://github.com/Josef-Friedrich/baldr)

# @bldr/vue-components-collection

This package provides some SFC vue components to be used by various
BALDR Vue apps.

## Components

* DynamicSelect
* MaterialIcon

```js
import { MaterialIcon } from '@bldr/vue-components-collection'

export default {
  name: 'MyApp',
  components: {
    MaterialIcon
  }
}
```

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