@nickjmorrow/react-component-library
TypeScript icon, indicating that this package has built-in type declarations

0.0.60 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @nickjmorrow/react-component-library

Weekly Downloads

54

Version

0.0.60

License

MIT

Unpacked Size

2.21 MB

Total Files

141

Last publish

Collaborators

  • nickjmorrow