All Projects → Dogfalo → Materialize

Dogfalo / Materialize

Licence: mit
Materialize, a CSS Framework based on Material Design

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Materialize

Material Framework
[Unmaintained] An easy to use material design based framework.
Stars: ✭ 383 (-99.01%)
Mutual labels:  framework, material-design, material, design
Material Design For Bootstrap
Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
Stars: ✭ 9,463 (-75.5%)
Mutual labels:  framework, material-design, material, design
Milligram
A minimalist CSS framework.
Stars: ✭ 9,568 (-75.23%)
Mutual labels:  framework, css-framework, design
Materialdesign2
A beautiful app designed with Material Design 2 using Android X.
Stars: ✭ 170 (-99.56%)
Mutual labels:  material-design, material, design
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (-57.13%)
Mutual labels:  framework, material-design, material
Motion
A library used to create beautiful animations and transitions for iOS.
Stars: ✭ 1,726 (-95.53%)
Mutual labels:  material-design, material, design
Material Apex
A Material Design Theme for Oracle APEX
Stars: ✭ 161 (-99.58%)
Mutual labels:  material-design, material, design
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (-71.35%)
Mutual labels:  css-framework, material-design, material
Material
A UI/UX framework for creating beautiful applications.
Stars: ✭ 11,870 (-69.27%)
Mutual labels:  material-design, material, design
Mdb Ui Kit
Bootstrap 5 & Material Design 2.0 UI KIT
Stars: ✭ 21,830 (-43.49%)
Mutual labels:  framework, material-design, material
Vue Bootstrap With Material Design
Vue Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 803 (-97.92%)
Mutual labels:  framework, material-design, design
Materialdesigninxamltoolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
Stars: ✭ 11,603 (-69.96%)
Mutual labels:  material-design, material, design
Materialdesigndemo
A beautiful app designed with Material Design.
Stars: ✭ 1,391 (-96.4%)
Mutual labels:  material-design, material, design
Material Foundation
Material Design version of Foudation for Sites by Zurb
Stars: ✭ 361 (-99.07%)
Mutual labels:  framework, material-design, material
Awesomebar
Just beautiful
Stars: ✭ 870 (-97.75%)
Mutual labels:  material-design, material, design
Angular Bootstrap With Material Design
Angular Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 1,031 (-97.33%)
Mutual labels:  framework, material-design, design
Cyanea
A theme engine for Android
Stars: ✭ 1,319 (-96.59%)
Mutual labels:  material-design, material
Core
Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
Stars: ✭ 92 (-99.76%)
Mutual labels:  material-design, material
Android Art
🎄 Android™ 设计相关的在线工具: 图标制作、配色方案、尺寸修改、截图加壳等,持续更新...
Stars: ✭ 95 (-99.75%)
Mutual labels:  material-design, material
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-99.76%)
Mutual labels:  material-design, material

MaterializeCSS

Materialize, a CSS Framework based on material design.
-- Browse the docs --

Travis CI badge npm version badge CDNJS version badge dependencies Status badge devDependency Status badge Gitter badge

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. (Beta)
  • Clone the repo: git clone https://github.com/Dogfalo/materialize.git (Beta: git clone -b v1-dev https://github.com/Dogfalo/materialize.git)
  • Include the files via cdnjs. More here. (Beta)
  • Install with npm: npm install materialize-css (Beta: npm install materialize-css@next)
  • Install with Bower: bower install materialize (DEPRECATED)
  • Install with Atmosphere: meteor add materialize:materialize (Beta: meteor add materialize:materialize@=1.0.0-beta)

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 9+
  • Opera
  • Edge
  • IE 11+

Changelog

For changelogs, check out the Releases section of materialize or the 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

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.

Copyright and license

Code Copyright 2018 Materialize. Code released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].