dataware-tools / app-common

Common components for web-apps
https://624d450075f10f003a5dbd93-mhsegdjzce.chromatic.com/
0 stars 0 forks source link

@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