mdlightdev / material-design-light
A lightweight CSS framework implementing the Material Design 3.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 1
Forks: 3
Open Issues: 19
Language:SCSS
- dev-main
- v0.1.0-alpha.2
- v0.1.0-alpha.1
- v0.1.0-alpha.0
- dev-dependabot/npm_and_yarn/sass-1.63.4
- dev-dependabot/npm_and_yarn/yaml-and-cssnano-and-stylelint-and-stylelint-config-standard-scss-2.2.2
- dev-dependabot/npm_and_yarn/prettier-2.8.8
- dev-dependabot/npm_and_yarn/nunjucks-3.2.4
- dev-dependabot/npm_and_yarn/rfs-10.0.0
- dev-dependabot/npm_and_yarn/nodemon-2.0.22
- dev-dependabot/npm_and_yarn/eslint-config-prettier-8.8.0
This package is auto-updated.
Last update: 2024-10-13 19:11:56 UTC
README
Material Design Light
CSS Framework for Material Design 3
Explore the docs ยป
Report bug
About
Material Design Light is a lightweight CSS framework that implements the Material Design 3 to the full extent.
The project is heavily work in progress and offers zero support or assurances on anything.
Features
- ๐ Material Design 3 (Material You) - adheres to the latest design by Google
- ๐จ Customizable - with the design tokens you can make the framework truly yours
- โก Cutting-Edge Technology - uses the latest CSS features allowing for zero JavaScript
- ๐ Lighweight - minified version is lighter than the popular CSS frameworks
- ๐ค No JavaScript - framework doesn't rely on JavaScript
- ๐ Clean HTML - uses the right elements and supports accessibility features
- ๐ง Vanilla CSS - compiled as "vanilla" CSS, written with SCSS superset (SASS)
- ๐ฑ Responsive - works with any screen size and follows the adaptive design
Quick start
Several quick start options are available:
- Download the latest release
- Clone the repository:
git clone https://github.com/mdlightdev/material-design-light.git
- Install with npm:
npm i material-design-light
- Install
with Composer:
composer require mdlightdev/material-design-light
- Install with NuGet:
Install-Package MaterialDesignLight
What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.
material-design-light/
โโโ css/
โโโ material-design-light.css
โโโ material-design-light.css.map
โโโ material-design-light.min.css
Material Design Light provides compiled CSS (material-design-light.*
), as well as compiled and minified
CSS (material-design-light.min.*
). Source maps (material-design-light.*.map
) are available for use with certain
browsers' developer tools.
Bugs and feature requests
Have a bug or a feature request? If your problem or idea is not addressed yet, please open a new issue.
Contributing
Check out the CONTRIBUTING.md for more information.
Clone and setup the repository:
git clone https://github.com/mdlightdev/material-design-light.git
cd material-design-light
npm install
Versioning
For transparency into the release cycle and in striving to maintain backward compatibility, Material Design Light is maintained under the Semantic Versioning 2.0.0 guidelines.
See the Releases section of the GitHub project for changelogs for each release version of Material Design Light.
Copyright and license
Copyright ยฉ Material Design Light 2022. All rights reserved. Material Design Light is licensed under the terms of the Mozilla Public License Version 2.0 (MPL 2.0). All other trademarks and trade names referenced herein are the properties of their respective owners in Finland and other countries.