paulwalczewski / react-ui-library

Sample implementation of npm-ready react UI components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample-react-ui-library

NPM JavaScript Style Guide

Install

npm install --save sample-react-ui-library

Usage

import React from 'react';

import { Button } from 'sample-react-ui-library';

const Example = () => (
   <Button />
);

About

Sample implementation of npm-ready react UI components


Languages

Language:JavaScript 100.0%Language:HTML 0.0%Language:CSS 0.0%