0.2.16 • Published 6 years ago

material-simple v0.2.16

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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

0.2.16

6 years ago

0.2.15

6 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago