@glue42/groups-ui-react
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

Overview

The @glue42/groups-ui-react library enables you to create your own Web Group App for Glue42 Enterprise. It provides all necessary functionalities as a single React component - <Group />. The library allows complete customization of the Glue42 Window group elements and the elements of the different types of Glue42 Windows (flat, tab and HTML) participating in the group. The provided default components can be replaced or extended with your custom ones.

Install

To use the library in your project, execute the following command:

npm install @glue42/groups-ui-react

Usage

The following example demonstrates a basic usage of the <Group /> component:

import React from 'react'
import Group from "@glue42/groups-ui-react";
import "@glue42/groups-ui-react/dist/styles/styles.css";

const App = () => {
  return <Group />
};

export default App;

Dependents (0)

Package Sidebar

Install

npm i @glue42/groups-ui-react

Homepage

glue42.com/

Weekly Downloads

15

Version

1.4.2

License

MIT

Unpacked Size

1.45 MB

Total Files

115

Last publish

Collaborators

  • smateev
  • kiril.popov
  • gdavidkov
  • suzunov
  • staafl
  • lkonstantinov
  • flashd2n
  • ppetkow