1.0.4 • Published 3 years ago
whop v1.0.4
whop
This is a library to interface with premade whop components.
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