Button to integrate your app with the Supertype ecosystem
yarn add --dev supertype-button
npm install --save supertype-button
import React from 'react'
import SupertypeButton from 'supertype-button'
const Example = () => {
render() {
return <SupertypeButton />
}
}
MIT © SomeMoosery