1.0.7 • Published 6 years ago

@nwgweb/react-components v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago