@ipscape/ips-file-picker

1.0.31 • Public • Published

ips-file-picker

tested with jest jest

The <ips-file-picker> provides a file picker component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-file-picker

or

yarn add @ipscape/ips-file-picker

Add the component to your app:

import Vue from 'vue';
import IpsFilePicker from '@ipscape/ips-file-picker';
import '@ipscape/ips-file-picker/dist/ips-file-picker.css';

Vue.component(IpsFilePicker.name, IpsFilePicker);

Use a component in your application:

<template>
  <ips-file-picker></ips-file-picker>
</template>

License

License: GPL v2 License: GPL v3

Made with ❤ by ipSCAPE

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ipscape/ips-file-picker

    Weekly Downloads

    7

    Version

    1.0.31

    License

    GPL-2.0-or-later

    Unpacked Size

    1.64 MB

    Total Files

    13

    Last publish

    Collaborators

    • sen.john
    • ipscaper
    • justin_ipscape