# vue-bootstrap-time-picker

> simple 12 hour clock system time picker

Latest version **1.0.3** (published 2019-10-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-bootstrap-time-picker
pnpm add vue-bootstrap-time-picker
yarn add vue-bootstrap-time-picker
bun add vue-bootstrap-time-picker
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2019-10-05 |
| First published | 2019-10-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 20.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Denis Kimani And Sam_Roksta |
| Maintainers | kimani |
| Keywords | time-picker, vue-js time-picker, timepicker, simple-timepicker, vuejs-bootstrap-time-picker, vuejs-time-picker |

## Links

- npm: https://www.npmjs.com/package/vue-bootstrap-time-picker
- Repository: https://github.com/deniskimani/TimePicker
- npm.io page: https://npm.io/package/vue-bootstrap-time-picker

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2019-10-05
- 1.0.2 — 2019-10-03
- 1.0.1 — 2019-10-03
- 1.0.0 — 2019-10-03

## README

# Installation

![screenshot](https://raw.githubusercontent.com/deniskimani/TimePicker/master/screenshot.png)


```
yarn add vue-bootsrtap-time-picker 
```
or
```
npm i vue-bootstrap-time-picker --save-dev
```

# Usage
Register the component in your vue files as :

```javascript
import TimePicker from 'vue-bootstrap-time-picker';

export default {
    components: {
        TimePicker
    },

    data() {
        return {
            time: ''
        }
    }
}
```

```html
<form>
    <time-picker v-model="time" />
</form>
```

## Props

| prop  |value   |description   |
|---|---|---|
|name | string: default=""| name of the input|
|placeholder | string: default=""| placeholder for the input|

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