1.2.0 • Published 4 years ago

findrop v1.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Findrop

Findrop is a collection of vue and vuetify components that can be plugged into any web application with minimal change.

List of Components

Camera DatePicker Drawer IdleTimeout Modal Navebar Snackbar Steps

Usage

Inline: code

import findrop from 'findrop';

let component_name = findrop.<component_name>({
    ...options
});
<div>{{modal}}</div>