setmy-info-less-ide
v5.0.0
Published
SMI LESS IDE — developer tool and IDE-style UI patterns, builds on the enterprise package
Readme
setmy-info-less-ide
CSS patterns for developer-facing UIs: code editors, debugging panels, output consoles, split-pane workspaces, and developer dashboards. Extends the enterprise package with patterns specific to developer tool web applications, including the NetBeans-style frame shell.
Target audience: Developers building IDE-style or developer-tool web UIs — think browser-based code editors, CI dashboards, log viewers, or admin consoles for engineers.
Install
npm i setmy-info-less-ideDependencies
Depends on setmy-info-less-enterprise, which
provides the stable shared stack beneath this IDE-specific layer.
Usage
Load the enterprise compiled CSS (includes everything) plus this package:
<link rel="stylesheet" href="node_modules/setmy-info-less-enterprise/dist/main.min.css">
<link rel="stylesheet" href="node_modules/setmy-info-less-ide/dist/main.css">The IDE package now owns the NetBeans-style frame selectors such as
body.framesDefaultPadding, .contentHeader, .sectionLeft, and .sectionRightBottom.
Development
npm run build
npm run lint:less
npm run verify