1.1.9 • Published 11 months ago

@wpmudev/react-post v1.1.9

Weekly downloads
18
License
GPL-3.0
Repository
github
Last release
11 months ago

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."
    />
  );
}
1.1.9

11 months ago

1.1.8

11 months ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago