@atto-byte/react-changelog

Easy include your changelog as a React component

Usage no npm install needed!

<script type="module">
  import attoByteReactChangelog from 'https://cdn.skypack.dev/@atto-byte/react-changelog';
</script>

README

react-changelog

Easy include your changelog as a React component

NPM JavaScript Style Guide Codacy Badge Build Status

Demo

EXAMPLE

Install

npm install --save react-changelog

Usage

import React, { Component } from "react";

import ReactChangelog from "react-changelog";

class Example extends Component {
  render() {
    return <ReactChangelog endpoint="changelog.json" />;
  }
}

License

MIT © boxgames1