2.1.4 • Published 3 years ago

rtc-ui-library v2.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

2.1.4

3 years ago

2.1.2

3 years ago

2.1.3

3 years ago

2.1.1

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago