q3-ui-filemanager

4.5.15 • Public • Published

🗃️ Q3 UI File Manager

Components

PhotoUpload

A featured photo manager with delete and download actions.

import React from 'react';
import { PhotoUpload } from 'q3-ui-filemanager';

export default () => (
  <PhotoUpload
    collectionName="testing"
    src="https://google.images.ca/1"
    update={jest.fn()}
  />
);

API

Prop Type Description
collectionName String* Loads the appropriate permissions.
field String Changes the collection's field reference from featuredUpload
src String Fetches photo from external CDN
update Function* Handles the uploading and clearing of files.

/q3-ui-filemanager/

    Package Sidebar

    Install

    npm i q3-ui-filemanager

    Weekly Downloads

    4

    Version

    4.5.15

    License

    none

    Unpacked Size

    448 kB

    Total Files

    416

    Last publish

    Collaborators

    • 3merge