Skip to content

boxgames1/react-changelog

Repository files navigation

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

About

Easy include your changelog as a React component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published