@wildix/xbees-connect-react
TypeScript icon, indicating that this package has built-in type declarations

1.2.35 • Public • Published

xbees-connect-react

Installation

Install the package in your project directory with:

yarn add @wildix/xbees-connect-react

This component has the following peer dependencies that you will need to install as well.

{
  "peerDependencies": {
    "@mui/material": "^5.14.16",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}

Usage

import { useThemeEffect, useViewPortEffect } from '@wildix/xbees-connect-react';

const AppUi = () => {
  const theme = useThemeEffect();

  useViewPortEffect();

  return (
    <div className="container">
      <ThemeProvider theme={theme}>
        <CssBaseline />
        <div />
      </ThemeProvider>
    </div>
  );
};

/@wildix/xbees-connect-react/

    Package Sidebar

    Install

    npm i @wildix/xbees-connect-react

    Weekly Downloads

    20

    Version

    1.2.35

    License

    MIT

    Unpacked Size

    11.3 kB

    Total Files

    33

    Last publish

    Collaborators

    • konstantin.tkachenko.wildix
    • vruban.wildix
    • vitaliy.negrichuk
    • xbeesdcoder
    • dmytro.renkas
    • vyacheslav.tkachenko
    • marina.tsymbal
    • mike.lozinsky
    • vladimir.gorobets.wildix
    • max_bormot
    • alex_dubovskiy
    • sergey.dartchuk
    • gennadiy.ganchev
    • alex.soloviov
    • vlad.cherneha
    • max.ivanov.wildix