1.4.2 • Published 3 months ago

@glue42/groups-ui-react v1.4.2

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

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;
1.4.2

3 months ago

1.4.1

3 months ago

1.4.1-0

6 months ago

1.4.0

11 months ago

1.3.0

1 year ago

1.2.0

1 year ago

1.2.1

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago