1.0.11 • Published 4 years ago

firestore-cms-iframe v1.0.11

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

firestore-cms-iframe

A Content Management System for an authenticated Firestore user who modifies their website from an external iframe

NPM JavaScript Style Guide

This is to be used to listen to a parent iframe, then trigger editable components and return them to the parent to be saved.

Install

npm install --save firestore-cms-iframe

Publish

Github Pages $ npm run deploy

npm $ npm publish

Live Demo

https://gieoon.github.io/firestore-cms-iframe/

Usage

import React, { Component } from 'react'

import CMS from 'firestore-cms-iframe'

// Add to your App.js.
class Example extends Component {
  render() {
    return <MyWebsite>
      <CMS allowedOrigins={["<my-example-domain.com>"]} templates={{}} />
    </ MyWebsite>
  }
}

License

MIT © gieoon

Resources

Build with create-react-library

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago