@glue42/workspaces-ui-react
v2.8.1
Published
React version of the workspaces ui component.
Downloads
864
Keywords
Readme
@glue42/workspaces-ui-react
React version of workspaces
Install
npm install --save @glue42/workspaces-ui-react @glue42/react-hooks
Usage
import React, { Component } from 'react'
import Workspaces from '@glue42/workspaces-ui-react'
import "@glue42/workspaces-ui-react/dist/styles/popups.css";
import "@glue42/workspaces-ui-react/dist/styles/goldenlayout-base.css";
import "@glue42/workspaces-ui-react/dist/styles/glue42-theme.css";
class Example extends Component {
render() {
return <Workspaces />
}
}