rtc-ui-library
v2.1.4
Published
Made with create-react-library
Downloads
11
Readme
rtc-ui-library description
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