1.0.4 • Published 2 years ago

whop v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

whop

This is a library to interface with premade whop components.

NPM JavaScript Style Guide

Install

npm install --save whop

Usage

import React, { Component } from 'react'

import MyComponent from 'whop'
import 'whop/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © stevo2105