m-
m- copied to clipboard
The modern web's design system.
Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
The border width utility class docs state that the class follows the form `brd-width-[sm|md]` but the actual classes are: https://github.com/jfbrennan/m-/blob/d86b4d7a172064d4b46b49fc0ef9c6868cefdf95/src/utility-classes.css#L188-L189
It would be useful to have components for simple (static is fine) pie, doughnut, line, and bar charts/graphs. This is a fantastic library and concept and with charts/graphs, it would...
Like the subject says, when you move/drag drop elements in the DOM, the ``connectedCallback`` will run again.
On the page https://m-docs.org/autocomplete this happens when I try out the State Autocomple example under the *More Autocomplete!* header.  This is on with Firefox v99, Windows 10. I don't...
https://m-docs.org/accordion The accordion (summary and details) example on the page does not have visible focus indicators. They are being overridden in the theme with ``` html button:active, button:focus, details>summary:focus {...
Goal is 100% coverage
See https://dev.to/open-wc/introducing-custom-elements-manifest-gkk
M-Alert takes all children, creates a div and places everything inside. Seems like a proper usage of `` could solve it. It also breaks interoperability with other libraries by mutating...
Menus need to be viewport aware and reposition as they go out of view (scrolling, left edge, right edge). Going to add support for repositioning if bottom or right edge...