UNPKG

@interopio/theme

Version:

io.Connect platform UI Kit

24 lines (20 loc) 632 B
# 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 ```cmd npm install @interopio/theme ``` ## Themes - Add `dark` or `light` class to the `<html>` tag. ### HTML ```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> ```