@wpmudev/react-post

1.1.9 • Public • Published

License: GPLv3 npm npm peer dependency version npm peer dependency version

Post

Post is a component that quick shows WPMU DEV blog posts.

This component must be used with Tutorials component only. It is not optimized to work without it.

Installation

npm i @wpmudev/react-post --save-dev

Usage

Javascript Instantiation

import React from 'react';
import {
  Post
} from '@wpmudev/react-post';

const MyApp = () => {
  return (
    <Post
        title="Post Title"
        excerpt="The big brown fox jumps over the lazy dog."
    />
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @wpmudev/react-post

Weekly Downloads

3

Version

1.1.9

License

GPL-3.0

Unpacked Size

78.8 kB

Total Files

6

Last publish

Collaborators

  • pentatonicfunk
  • emgk
  • incsub-development
  • rtbfreitas