@nickjmorrow/react-component-library

Personal component library


License
MIT
Install
npm install @nickjmorrow/react-component-library@0.0.4

Documentation

React Component Library

NPM JavaScript Style Guide

The live demo can be found here.

At a Glance

Purpose

I wanted a set of reusable components and styles to use across my personal projects. This component library prioritizes consistent design guidelines while allowing for easy departures.

Install

npm install --save @nickjmorrow/react-component-library

Usage

import * as React from 'react';
import { Typography } from '@nickjmorrow/react-component-library';

const SomeOtherComponent: React.FC = () => {
    return <Typography>Hello, World!</Typography>;
};

License

MIT © nickjmorrow