0.0.6 • Published 7 years ago

mm-loaders v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

build status bitHound Score Dependency Status

mm-loaders

MM Loaders are light weight loaders based on svg and css, using Styled Components to render the css.

Based on a number of sources on svg loaders, e.g. https://codepen.io/mrrocks/pen/EiplA

Usage

Installation

npm install mm-loaders

yarn add mm-loaders

MDSpinner

A circular Material Design Spinner

import React from 'react';

import MDSpinner from 'mm-loaders/lib/MDSpinner';

const Example = () => {
    return (
        <MDSpinner/>
    );
};

export default Example;

Run examples

Run npm run demo:build and open the index.html file.

License

mm-loaders is available under MIT. See LICENSE for more details.

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1-10

8 years ago

0.0.1-9

8 years ago

0.0.1-8

8 years ago

0.0.1-7

8 years ago

0.0.1-6

8 years ago

0.0.1-5

8 years ago

0.0.1-4

8 years ago

0.0.1

8 years ago