React Component / Toolkit library
Install Godspeed's source files via npm.
We take care of the rest.
npm install godspeed --save
import React from 'react'
import { Button } from 'godspeed'
function App() {
return <Button text="Test Button" to="/" />
}