react-djogo
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

react-djogo

React library with components and tools for DjoGo

NPM JavaScript Style Guide

Install

yarn add react-djogo

Usage

import React, { Component } from "react";

import { ExampleComponent } from "react-djogo";
import "react-djogo/dist/index.css";

class Example extends Component {
    render() {
        return <ExampleComponent text="Test!" />;
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-djogo

Weekly Downloads

0

Version

0.1.4

License

GPL-3.0

Unpacked Size

89.7 kB

Total Files

38

Last publish

Collaborators

  • roelvdboom