DEV Community

Discussion on: Best CSS Frameworks in 2022

Collapse
 
roileo profile image
roiLeo • Edited

MaterializeCSS has a new github repository

GitHub logo materializecss / materialize

Materialize, a CSS Framework based on Material Design

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 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
Enter fullscreen mode Exit fullscreen mode

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

EDIT: and yet another sponsored post

Collapse
 
theme_selection profile image
ThemeSelection

We prefer the original Repo created by Author: github.com/dogfalo/materialize which is mentioned on the framework materializecss.com/ website too.