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