rtc-ui-library

2.1.4 • Public • Published

rtc-ui-library description

NPM JavaScript Style Guide

General

npm install
cd example
npm install

This is a UI library for a very big and powerful SMART HOUSE project. This library can be used as a standard UI for web applications. If possible it will be available for react native application.

How it works

This library is based on the material-ui library from Google. We provide our own graphical components or styled material-ui components. If some components are not styled we still can use them(because all material-ui components are reexported).

Examples

To see all available components follow this link. Notice that this library is created with node version 14.

Install

npm install --save rtc-ui-library

Usage

import React, { Component } from 'react';

import Text from 'rtc-ui-library';
import 'rtc-ui-library/dist/index.css';

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

Publishing

npm login
npm publish --access public

Details here.

License

MIT © GTFTT

Readme

Keywords

none

Package Sidebar

Install

npm i rtc-ui-library

Weekly Downloads

3

Version

2.1.4

License

MIT

Unpacked Size

39.1 kB

Total Files

7

Last publish

Collaborators

  • gtftt
  • adri9wa