1.0.5 • Published 4 years ago

component-library-test-bivewdwwnz v1.0.5

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

component-library-test

A test component library

NPM JavaScript Style Guide

Install

npm install --save component-library-test

Usage

import React, { Component } from 'react';

import MyComponent from 'component-library-test';
import 'component-library-test/dist/index.css';

class Example extends Component {
    render() {
        return <MyComponent />;
    }
}

License

MIT © dewnah