Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Materialize | 38,833 | 6,368 | 374 | 5 days ago | 26 | September 09, 2018 | 798 | mit | JavaScript | |
Materialize, a CSS Framework based on Material Design | ||||||||||
Bootstrap Table | 11,517 | 247 | 36 | 3 days ago | 39 | September 22, 2022 | 224 | mit | JavaScript | |
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js) | ||||||||||
Mui | 4,443 | 338 | 29 | 2 years ago | 125 | February 26, 2021 | 76 | other | JavaScript | |
Lightweight CSS framework | ||||||||||
Keen Ui | 4,091 | 105 | 23 | 2 months ago | 20 | August 06, 2022 | 60 | mit | JavaScript | |
A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design. | ||||||||||
Propeller | 1,147 | 38 | 10 | 2 years ago | 19 | March 23, 2018 | 17 | mit | HTML | |
Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap. | ||||||||||
Material Icons | 233 | 519 | 221 | 4 days ago | 77 | December 03, 2022 | 2 | apache-2.0 | CSS | |
Latest icon fonts and CSS for self-hosting material design icons. | ||||||||||
Materialize Rtl | 79 | 4 months ago | 8 | mit | JavaScript | |||||
RTL version of materializecss framework v1.0.0 | ||||||||||
Material | 50 | 8 days ago | 13 | June 14, 2022 | mit | SCSS | ||||
Modern material design framework | ||||||||||
Availity Uikit | 44 | 9 | 9 | 5 months ago | 53 | September 15, 2022 | 13 | mit | SCSS | |
Availity UI Kit powered by Bootstrap 4 | ||||||||||
Material | 38 | 2 years ago | 3 | June 09, 2021 | n,ull | mit | SCSS | |||
Material Design 2 for Bootstrap 4 (active fork of Daemonite Material) |
Materialize, a CSS Framework based on material design.
-- Browse the docs --
Read the getting started guide for more information on how to use materialize.
git clone https://github.com/Dogfalo/materialize.git
npm install materialize-css
bower install materialize
meteor add materialize:materialize
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.
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.
Previous releases and their documentation are available for download.
Materialize is compatible with:
For changelogs, check out the Releases section of materialize or the CHANGELOG.md.
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.
Check out the CONTRIBUTING document 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.
Code copyright 2017 Materialize. Code released under the MIT license.