1.0.3 • Published 3 years ago

strapi-media-library v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

strapi-media-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save strapi-media-library

Usage

import React, { Component } from 'react'

import MyComponent from 'strapi-media-library'
import 'strapi-media-library/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © googlicius