@nwgweb/react-components

NWG React Component Library

Usage no npm install needed!

<script type="module">
  import nwgwebReactComponents from 'https://cdn.skypack.dev/@nwgweb/react-components';
</script>

README

@nwgweb/react-components

NWG React Component Library

NPM JavaScript Style Guide

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