README
pizzalike
react component library
Install
npm install --save pizzalike
Usage
import * as React from "react";
import MyComponent from "pizzalike";
class Example extends React.Component {
render() {
return <MyComponent />;
}
}
License
MIT © justinal64