Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@glue42/groups-ui-react

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glue42/groups-ui-react

React version of the groups ui library

  • 1.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
Maintainers
8
Weekly downloads
 
Created
Source

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;

Keywords

FAQs

Package last updated on 06 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc