@raketa-cms/raketa-image-input
v1.1.0-pre
Published
Image browser and upload client for APIs compatible with the Raketa Image JSON format.
Downloads
3
Readme
@raketa-cms/raketa-image-input
Image browser and upload client for APIs compatible with the Raketa Image JSON format.
Install
npm install --save @raketa-cms/raketa-image-input
Usage
import React, { Component } from 'react'
import MyComponent from '@raketa-cms/raketa-image-input'
import '@raketa-cms/raketa-image-input/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © studioraketa