1.3.0 • Published 3 years ago

fistbump-react v1.3.0

Weekly downloads
13
License
-
Repository
-
Last release
3 years ago

FistBump

This is the Offical FistBump cdn for React

npm install fistbump-react

You need to have a FistBump account in order to use this.

Example Usage

import logo from './logo.svg';
import './App.css';
import Post from 'fistbump-react';

function App() {
  return (
    <div className="App">
      <Post id="postId" />
    </div>
  );
}

export default App;

Please replace the postId with the Post Id.