All Projects → materializecss → materialize

materializecss / materialize

Licence: MIT License
Materialize, a CSS Framework based on Material Design

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Pug
443 projects
CSS
56736 projects

Projects that are alternatives of or similar to materialize

EmuConfigurator
Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system
Stars: ✭ 115 (-74.89%)
Mutual labels:  hacktoberfest2021
Harsh-Hacktoberfest2021
This is for hacktoberfest 2021
Stars: ✭ 26 (-94.32%)
Mutual labels:  hacktoberfest2021
eviloffice
Inject Macro and DDE code into Excel and Word documents (reverse shell)
Stars: ✭ 44 (-90.39%)
Mutual labels:  hacktoberfest2021
Quarto
A working example of the Quarto board game using Elm and Netlify. An exploration of game development, OSS, and functional programming.
Stars: ✭ 15 (-96.72%)
Mutual labels:  hacktoberfest2021
Hello-World
Hello World in different languages !
Stars: ✭ 118 (-74.24%)
Mutual labels:  hacktoberfest2021
Hacktober Fest 2021
A repository to contribute and learn OpenSource
Stars: ✭ 20 (-95.63%)
Mutual labels:  hacktoberfest2021
git-stats
No description or website provided.
Stars: ✭ 16 (-96.51%)
Mutual labels:  hacktoberfest2021
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-95.63%)
Mutual labels:  hacktoberfest2021
nosso-py
Um repositório com materiais e muito mais para aprender, programar e se divertir com Python!
Stars: ✭ 51 (-88.86%)
Mutual labels:  hacktoberfest2021
React-GitHub-Resume
React SPA that generates users GitHub resumé. showing information if available. showing users repositories if available with additional information.
Stars: ✭ 37 (-91.92%)
Mutual labels:  hacktoberfest2021
Chintu-Bot
ChintuBot is a multipurpose discord bot.
Stars: ✭ 17 (-96.29%)
Mutual labels:  hacktoberfest2021
food-oasis
Repository for the current redevelopment of the Food Oasis Los Angeles website
Stars: ✭ 33 (-92.79%)
Mutual labels:  hacktoberfest2021
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (-96.29%)
Mutual labels:  hacktoberfest2021
CuboidalDrift
A casual, fun, 3D indie game made with Unity
Stars: ✭ 13 (-97.16%)
Mutual labels:  hacktoberfest2021
Gitzilla
A resume builder for your GitHub profile.
Stars: ✭ 60 (-86.9%)
Mutual labels:  hacktoberfest2021
medly-components
🧩 Medly components provides numerous themable react components, each with multiple varitaions of sizes, colors, position etc.
Stars: ✭ 66 (-85.59%)
Mutual labels:  hacktoberfest2021
Algorithms
🎓 Important Algorithms and their implementations
Stars: ✭ 30 (-93.45%)
Mutual labels:  hacktoberfest2021
github-fest-2021
No description or website provided.
Stars: ✭ 44 (-90.39%)
Mutual labels:  hacktoberfest2021
konker-platform
IoT Platform
Stars: ✭ 33 (-92.79%)
Mutual labels:  hacktoberfest2021
randomcodegenerator.lol
Need some code for your project? We've got you covered. Choose your language. Choose how much code. BÄM! You got code.
Stars: ✭ 32 (-93.01%)
Mutual labels:  hacktoberfest2021

MaterializeCSS

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

GitHub Actions badge npm version badge jsDelivr 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/materializecss/materialize.git
  • Include the files via jsDelivr.
  • Install with npm: npm install @materializecss/materialize (Beta: npm install @materializecss/materialize@next)

Documentation

The documentation can be found at https://materializecss.github.io/materialize. 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/materializecss/materialize
cd materialize
npm install

Then run npm run dev to compile the documentation. When it finishes, open a new browser window and navigate to localhost:8000/docs. We use BrowserSync to display the documentation.

Documentation for previous releases

Previous releases and their documentation are available for download.

Build

If you want to build materialize.css or materialize.js from the latest commit, you can build the files with the following command after npm install. See package.json to check the current version like 1.0.0.

npm run release -- --oldver=<current_version> --newver=<new_version>

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 2021 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].