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