README
@nwgweb/react-components
NWG React Component Library
Install
npm install --save @nwgweb/react-components
Usage
import React from "react";
import { Button } from "@nwgweb/react-components";
const button = () => {
return (
<Button mode="pill" size={35} color="red" onClick={activateLasers}>
Activate lasers
</Button>
);
};
License
MIT © nwgweb