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

Package detail

@teal-link/ui

jakobgn17MIT1.0.0

React UI components implementing global design system with Material UI

readme

@teal-link/ui

React UI components implementing global design system with Material UI

NPM JavaScript Style Guide

Install

npm install --save @teal-link/ui

Usage

import React, { Component } from 'react'

import MyComponent from '@teal-link/ui'
import '@teal-link/ui/dist/index.css'

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

License

MIT © jakobgn