1.0.0 • Published 3 years ago

gatsby-plugin-hn v1.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

gatsby-plugin-hn

Loads the hacker news JavaScript for embedding hn's post.

Inspiration

Install

npm install gatsby-plugin-hn

Configure

// In your gatsby-config.js
plugins: [`gatsby-plugin-hn`];

How to Use

  1. Put the following code to your component:
<div class="hn-card" data-id="25426185">
</div>
1.0.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago