Skip to content

alvin883/react-frankenstein

Repository files navigation

react-frankenstein

Made with create-react-library

NPM JavaScript Style Guide



Install

npm install --save react-frankenstein

Usage

import React, { Component } from 'react';

import MyComponent from 'react-frankenstein';
import 'react-frankenstein/dist/index.css';

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

License

MIT © alvin883

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published