Description
A modern responsive front-end framework based on Material Design
materialize alternatives and similar libraries
Based on the "Frameworks" category.
Alternatively, view Materialize alternatives based on common mentions on social networks and blogs.
-
bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. -
Semantic UI
Semantic is a UI component framework based around useful principles from natural language. -
w2ui
UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped). -
DataFormsJS
๐ DataFormsJS ๐ A minimal JavaScript Framework, standalone React and Web Components, and JSX Compiler for rapid development of high quality websites and single page applications. -
Active CSS
The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of materialize or a related project?
README
MaterializeCSS
Materialize, a CSS Framework based on material design. -- Browse the docs --
Table of Contents
Quickstart:
Read the getting started guide for more information on how to use materialize.
- Download the latest release of materialize directly from GitHub.
- Clone the repo:
git clone https://github.com/Dogfalo/materialize.git
- Include the files via cdnjs. More here.
- Install with npm:
npm install materialize-css
- Install with Bower:
bower install materialize
- Install with Atmosphere:
meteor add materialize:materialize
Documentation
The documentation can be found at http://materializecss.com. To run the documentation locally on your machine, you need Node.js installed on your computer.
Running documentation locally
Run these commands to set up the documentation:
git clone https://github.com/Dogfalo/materialize
cd materialize
npm install
Then run grunt monitor
to compile the documentation. When it finishes, open a new browser window and navigate to localhost:8000
. We use BrowserSync to display the documentation.
Documentation for previous releases
Previous releases and their documentation are available for download.
Supported Browsers:
Materialize is compatible with:
- Chrome 35+
- Firefox 31+
- Safari 7+
- Opera
- Edge
- IE 10+
Changelog
For changelogs, check out the Releases section of materialize or the [CHANGELOG.md](CHANGELOG.md).
Testing
We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [here's a starting guide on how to write tests in Jasmine](CONTRIBUTING.md#jasmine-testing-guide).
Contributing
Check out the [CONTRIBUTING document](CONTRIBUTING.md) in the root of the repository to learn how you can contribute. You can also browse the help-wanted tag in our issue tracker to find things to do.
Copyright and license
Code copyright 2017 Materialize. Code released under the MIT license.
*Note that all licence references and agreements mentioned in the materialize README section above
are relevant to that project's source code only.