Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
monday-ui-style
Advanced tools
Vibe Design System's styling foundations: Theme definition, colors, shadows, dimensions, etc.
npm install monday-ui-style
# or
yarn add monday-ui-style
Styles: Import the css file in order to have the css variables exposed on the root level
@import "~monday-ui-style/dist/index.min.css";
or if you want to import it in your JS files
import "monday-ui-style/dist/index.min.css";
Mixins and functions: We export multiple SCSS mixins and function helpers that can be used in your application if you use SASS. All helpers can be imported as demonstrated below.
@import "~monday-ui-style/dist/mixins";
@import "~monday-ui-style/dist/functions";
It is recommended to extend our Stylelint config in order to ensure proper usage of this library.
To use the supplied config, add monday-ui-style/stylelint-config
as a Stylelint config extension:
// Your .stylelintrc
{
...
"extends": "monday-ui-style/stylelint-config",
...
}
The following SCSS functions are exported:
camelize
: camelcase stringcapitalize
: capitalize stringcontain
: returns whether $value
is contained in $list
as a Booleanmap-collect
: merges maps from different scopes into oneextract-rgb
: returns a comma separated list of rgb values from a colorThe following SCSS mixins are exported:
hidden-element
grid-auto-fit($grid-gap, $grid-column-gap, $grid-row-gap. $grid-cell-min-width, $grid-cell-array-calc, $important)
scroller($width, $height, $color)
disabled
reset-button
focus-style($focus-radius)
vibe-text($type, $weight)
vibe-heading($type, $weight)
line-clamp($lines)
ellipsis
FAQs
Monday UI CSS Foundations
The npm package monday-ui-style receives a total of 25,476 weekly downloads. As such, monday-ui-style popularity was classified as popular.
We found that monday-ui-style demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.