material-simple

0.2.16 • Public • Published

Material-simple

npm version

Material-simple is a CSS framework based on material design.

Install

Material-simple is distributed with npm and yarn, you can install material-simple with this command.

NPM

npm install material-simple

Yarn

yarn add material-simple

CDN

https://unpkg.com/material-simple/ or https://cdn.jsdelivr.net/npm/material-simple/

Feel free to raise an issue or submit a pull request.

Usage

CSS

After installation, you can import the CSS file into your project using this snippet:

import 'material-simple/css/mtrl.min.css';

Or if you want to include single module

import "material-simple/css/elements/button.css";

Sass

Some source files are writen in Sass. After installing with npm, you can add your project's node_modules directory to your Sass include paths and import it with

@import "material-simple";

Or if you want to include single module

@import "material-simple/sass/elements/button.sass";
@import "material-simple/sass/elements/textfield.sass";

Documentation

Docs in development

License

MIT © GitHub

Package Sidebar

Install

npm i material-simple

Weekly Downloads

40

Version

0.2.16

License

MIT

Unpacked Size

536 kB

Total Files

86

Last publish

Collaborators

  • devianllert