1.0.7 • Published 4 years ago

@nwgweb/react-components v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@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

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago