-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi @DevAlien nice project you have :) maybe you can create a standalone React component to use the dripr.io api.
- NPM package name: react-dripr
- Install with
npm install react-dripr
and use it like:
import React from 'react';
import ReactDOM from 'react-dom';
import Dripr from 'react-dripr';
ReactDOM.render(
<Dripr
apiKey="__dripr.io-apiKey__"
placeholder="Click or Drag files here"
onSuccess={callback(fileObj)} />,
document.querySelector('.app')
);Let me know and I can help you :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels