Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 719 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 719 Bytes

@dataware-tools/app-common

Common components for dataware-tools

NPM JavaScript Style Guide

Install

npm install --save @dataware-tools/app-common

Usage

import React, { Component } from "react";

import MyComponent from "@dataware-tools/app-common";
import "@dataware-tools/app-common/dist/index.css";

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

License

Apache-2.0 © dataware-tools