@glue42/product-theme
v0.0.11
Published
Glue42 Product theme
Downloads
20
Readme
Glue42 UI kit
Overview
The Glue42 UI kit is designed to fit the new Launch Experience for the Glue42 Platform. Keeps UI components for workspaces, web groups, and all system applications of the product.
Usage
npm install @glue42/product-theme
Themes
- Add
dark
orlight
class to the<html>
tag.
HTML
<!DOCTYPE HTML>
<html lang="en" class="dark">
<head>
<link rel="stylesheet" href="../glue42-product-theme.css">
<link rel="stylesheet" href="./custom-style.css">
</head>
<!-- your app -->
</html>