Skip to content

Easy include your changelog as a React component

Notifications You must be signed in to change notification settings

atto-byte/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

Languages

  • CSS 98.7%
  • JavaScript 1.2%
  • HTML 0.1%