The <ips-file-picker>
provides a file picker component.
See Storybook
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>
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.