0.2.16 • Published 5 years ago

material-simple v0.2.16

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

0.2.15

5 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.23

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago