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

dataware-tools/app-common

Repository files navigation

@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