Author: | Evodim |
---|---|
Views Total: | 227 views |
Official Page: | Go to website |
Last Update: | June 18, 2025 |
License: | MIT |
Preview:

Description:
A minimalist CSS framework built on top of Milligram.css to provide a set of styles and UI components for developers aiming to craft a website or a concise web page swiftly.
Install & Import:
# Yarn $ yarn mgplus # NPM $ npm i mgplus
<!-- Core --> <link rel="stylesheet" href="/path/to/mg-plus.css" /> <!-- Additional UI Components --> <script src="/path/to/mg-plus-extensions.js"></script>
Preview:

Form Controls

Timeline

Modal

Alerts
Changelog:
v1.4.3 (06/18/2025)
- Minor improvements
- BREAKING CHANGE: use scoped classes for modal orientation
- Updated helper classes for border styling
v1.4.2 (05/02/2025)
- Disabled grid gutter feature => removed default spacing between columns , use mg-gap instead
- Fixed mg-select default sizing inside a group
v1.4.1 (04/23/2025)
- Adjust default styling for nav buttons
v1.4.0 (03/12/2025)
- Add new timeline representation
- Few fixes and adjustments
- BREAKING CHANGE: js plugins interface and naming , rewrited to typescript
v1.3.6 (02/16/2025)
- Update
v1.3.5 (01/22/2025)
- Update
v1.3.4 (11/19/2024)
- Update
v1.3.3 (11/17/2024)
- Add customization css variable for font size without breaking components
- Change css helpers name for positioning and display
v1.3.2 (11/09/2024)
- css helper naming
v1.3.1 (10/25/2024)
- renamed margin and padding helpers
- renamed special icons for toogle, dropdown and collapse
v1.3.0 (09/21/2024)
- Add mg-gap for flexbox use ( mg-col – mg-row)
- Some fixes
v1.2.9 (09/08/2024)
- Add mg-progress component
- Few styling adjustments and fixes
- Add search icon to native css icons
v1.2.8 (08/24/2024)
- few fixes related to inputs controls
- reworked js plugin for nocode and seamless integration
v1.2.7 (08/22/2024)
- Few fixes , icon styling adjustments
- Breaking change: for components which depends of removed mg-icon-close helper
- Add new mg-input helper to compose input with icons
v1.2.6 (08/09/2024)
- Fixes/adjust default colors
v1.2.5 (04/10/2024)
- update
v1.2.4 (03/20/2024)
- dom plugins : auto load theme switcher with autorun option
v1.2.3 (03/20/2024)
- Improved darkmode feature by adding new plugin
v1.2.2 (02/15/2024)
- Fixes/dark theme behavior