Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@arctrade/relay

janlucaberger1.3kMIT1.1.2TypeScript support: included

Arctrade UI Library

readme

relay

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save relay

Usage

import React, { Component } from 'react'

import MyComponent from 'relay'
import 'relay/dist/index.css'

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

License

MIT © janlucaberger