react-changelog

1.1.1 • Public • Published

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

/react-changelog/

    Package Sidebar

    Install

    npm i react-changelog

    Weekly Downloads

    102

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    992 kB

    Total Files

    6

    Last publish

    Collaborators

    • boxgames