0.0.6 • Published 6 years ago

mm-loaders v0.0.6

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

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1-10

7 years ago

0.0.1-9

7 years ago

0.0.1-8

7 years ago

0.0.1-7

7 years ago

0.0.1-6

7 years ago

0.0.1-5

7 years ago

0.0.1-4

7 years ago

0.0.1

7 years ago