Mdui

screenshot of Mdui
vite
less

Material Design 3(Material You) UI components using Web Components.

Overview:

mduiGitHub is a Web Components-based frontend component library that follows the Material You design guidelines. It offers dynamic theming, dark mode support, lightweight assets, IDE support, framework compatibility, TypeScript support, no external dependencies, rich component library, Material Icons integration, and low learning curve for developers.

Features:

  • Web Components: All components are developed using Web Components for easy integration.
  • Material You Design: Adheres to the latest Material Design 3 guidelines for aesthetic and user-friendly products.
  • Dynamic Theming: Automatically calculates color schemes based on input values or images for a cohesive design.
  • Dark Mode Support: All components support dark mode and can switch between light and dark modes based on OS settings.
  • Lightweight: Gzipped CSS + JavaScript files are only 85KB, further reducible with on-demand loading for faster loading times.
  • IDE Support: Seamless code suggestions in VSCode and WebStorm with dedicated extensions for convenience.
  • Framework Compatibility: Compatible with various frameworks like Vue, React, and Angular for versatile usage.
  • TypeScript Support: Developed entirely in TypeScript for comprehensive type hints.
  • No Dependencies: Eliminates the need for third-party dependencies, reducing network traffic and improving loading speed.
  • Rich Component Library: Includes over 30 components and a dozen utility functions for a wide range of use cases.
  • Material Icons Integration: Access to a library of over 10,000 icons for customized icon usage.
  • Low Learning Curve: Requires basic knowledge of HTML, CSS, and JS, making it accessible to developers of various skill levels.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

material-design
Material Design

Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

web-components
Web Components

Web components provide a way to create reusable, encapsulated UI components using standard web technologies such as HTML, CSS, and JavaScript. They allow developers to create complex UI components that can be easily shared across multiple projects and frameworks. Web components are built using four main specifications: Custom Elements, Shadow DOM, HTML Templates, and ES Modules.