godspeed
v2.1.2
Published
component library
Downloads
33
Readme
React Component Library designed with Styled-Components to make your life easier. Code more, design less.
Installation
Godspeed is available as an npm package
npm install godspeed --save
Installation via yarn coming with the release of version 2
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'godspeed';
function App() {
return (
<Button onClick={() => console.log('Godspeed')} />
);
}
ReactDOM.render(<App />, document.getElementById('root'));
Documentation
Check out our Documentation website
Patch notes
A log of recent updates and notes can be found here
Roadmap
The future plans and enhancements will be laid out with the release of version 2
License
This project is licensed under the terms of the MIT license