1.0.4 • Published 6 years ago

material-universal v1.0.4

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

Material Universal

Material Universal is a minimalist front-end framework for modern browsers based on Google's Material Design.

  • Compatible with every front-end framework (Angular, React, Vue, etc.)
  • Utilises custom web elements
  • No dependencies
  • 6kb mini library

Installation

Installation can be done through NPM:

npm install material-universal --save

Getting Started

There are two ways that you can use Material Universal:

  • Import the whole framework:
Import 'material-universal';
  • Import individual components:
Import 'material-universal/button';

Once imported, the custom web elements will be added to the Window.customElements definitions, and are then available to be used with their designated HTML tags, e.g.

<mat-raised-button> Hi! </mat-raised-button>

Guide

For a thorough getting started guide on installation, please visit here.

Components

For a complete list of all components available, please visit here.

License

Copyright (c) 2018 Material Universal under a MIT License.

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago