Skip to content

genialkartik/react-devdotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-devdotto

Frame 1

Embed your Posts on Dev.to into your React Project.

NPM Forks Open Source Love

Installation

using NPM:

  npm install --save react-devdotto

using YARN:

  yarn add react-devdotto

Usage

import DevDotTo from "react-devdotto";
const App = () => {
  return (
    <DevDotTo
      username="genialkartik"
      coverimage={true}
      darkMode={true}
      hideTags={false}
      numberOfPosts={5}
    />
  );
};

export default App;

Props

Props of the DevDotTo component are avilable below.

Name Type Default Description
username string genialkartik username can be found on dev.to platform
coverimage boolean true if false, feature image (cover image) will be replace with description of the blog.
darkMode boolean true toggle to false, to view blogs list in light mode.
hideTags boolean false use to hide tags in blogs list.
numberOfPosts number get specific number of posts.

Contribute

  • Fork or Clone this Repository.

  • Navigate cd react-devdotto.

  • run npm install to install all required dependencies.

  • Make changes or fix bug.

  • Make sure to run build npm build before commiting all changes.

  • Raise a pull request.

    Now lemme buy you a coffee ☕.

License

MIT © genialkartik

About

Embed your Posts on Dev.to into your React Project.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 7