Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
/ reactor-theme Public archive

default theme for the generic @interfacers/reactor react component library

License

Notifications You must be signed in to change notification settings

loopdive/reactor-theme

Repository files navigation

@interfacers/reactor

@interfacers/reactor is a react component library.

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @interfacers/reactor

Usage

import React, { Component } from "react";

import MyComponent from "@interfacers/reactor";
import "@interfacers/reactor/dist/index.css";

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

License

MIT © ttraenkler

About

default theme for the generic @interfacers/reactor react component library

Resources

License

Stars

Watchers

Forks

Packages

No packages published